Remove comment about clearerr() being the only method of clearing
the EOF indicator, fseek() may also be used for this. Bump document date. PR: 76333 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
This commit is contained in:
parent
76e17e88af
commit
0ae48d48ab
@ -32,7 +32,7 @@
|
|||||||
.\" @(#)ferror.3 8.2 (Berkeley) 4/19/94
|
.\" @(#)ferror.3 8.2 (Berkeley) 4/19/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 10, 2003
|
.Dd January 27, 2009
|
||||||
.Dt FERROR 3
|
.Dt FERROR 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -77,8 +77,6 @@ The function
|
|||||||
tests the end-of-file indicator for the stream pointed to by
|
tests the end-of-file indicator for the stream pointed to by
|
||||||
.Fa stream ,
|
.Fa stream ,
|
||||||
returning non-zero if it is set.
|
returning non-zero if it is set.
|
||||||
The end-of-file indicator can only be cleared by the function
|
|
||||||
.Fn clearerr .
|
|
||||||
.Pp
|
.Pp
|
||||||
The function
|
The function
|
||||||
.Fn ferror
|
.Fn ferror
|
||||||
|
Loading…
Reference in New Issue
Block a user