Clarified the wording of the RETURN VALUES section once again. Fseek

returns -1 on error, the others return non-zero.
The wording is still awkward, fgetpos & fsetpos should probably get a
separate manual page.  But this should be good enough for the release.
This commit is contained in:
jtc 1993-08-06 17:04:33 +00:00
parent 0444fd3b3d
commit b03d85646d
1 changed files with 5 additions and 1 deletions

View File

@ -138,7 +138,11 @@ return 0,
and
.Fn ftell
returns the current offset.
Otherwise, a nonzero value is returned and the global variable errno is
Otherwise,
.Fn fseek
returns \-1 and
the others
return a nonzero value and the global variable errno is
set to indicate the error.
.Sh ERRORS
.Bl -tag -width [EINVAL]