Skip to content

Commit

Permalink
Remove comment about clearerr() being the only method of clearing
Browse files Browse the repository at this point in the history
the EOF indicator, fseek() may also be used for this.

Bump document date.

PR:		76333
Submitted by:	Yoshihiko Sarumaru <[email protected]>
  • Loading branch information
bsdtrhodes committed Jan 28, 2009
1 parent 00a7aac commit d568fa5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/libc/stdio/ferror.3
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.\" @(#)ferror.3 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
.Dd January 10, 2003
.Dd January 27, 2009
.Dt FERROR 3
.Os
.Sh NAME
Expand Down Expand Up @@ -77,8 +77,6 @@ The function
tests the end-of-file indicator for the stream pointed to by
.Fa stream ,
returning non-zero if it is set.
The end-of-file indicator can only be cleared by the function
.Fn clearerr .
.Pp
The function
.Fn ferror
Expand Down

0 comments on commit d568fa5

Please sign in to comment.