Deleted Added
full compact
37c37
< .\" $FreeBSD: head/lib/libc/stdio/fseek.3 79754 2001-07-15 07:53:42Z dd $
---
> .\" $FreeBSD: head/lib/libc/stdio/fseek.3 81666 2001-08-15 02:07:47Z ache $
183,189c183,185
< argument to
< .Fn fseek
< was not
< .Dv SEEK_SET ,
< .Dv SEEK_END ,
< or
< .Dv SEEK_CUR .
---
> argument is invalid.
> The resulting file-position
> indicator would be set to a negative value.
191,194c187,188
< For
< .Fn ftell ,
< the resulting file offset would be a value which
< cannot be represented correctly in an object of type long.
---
> The resulting file offset would be a value which
> cannot be represented correctly in an object of type requested.