Better wording for clearing EOF indicator.

Submitted by:	keramida and jhb
This commit is contained in:
Tom Rhodes 2009-01-28 14:38:41 +00:00
parent 6e152a7539
commit f53807d218
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187823

View file

@ -77,6 +77,10 @@ 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 may be cleared by explicitly calling
.Fn clearerr ,
or as a side-effect of other operations, e.g.\&
.Fn fseek .
.Pp
The function
.Fn ferror