svn commit: r187817 - head/lib/libc/stdio

Tom Rhodes trhodes at FreeBSD.org
Wed Jan 28 03:25:23 PST 2009


Author: trhodes
Date: Wed Jan 28 11:25:22 2009
New Revision: 187817
URL: http://svn.freebsd.org/changeset/base/187817

Log:
  Remove another comment about clearing EOF indicator.
  
  Noticed by:	bde

Modified:
  head/lib/libc/stdio/ferror.3

Modified: head/lib/libc/stdio/ferror.3
==============================================================================
--- head/lib/libc/stdio/ferror.3	Wed Jan 28 11:04:27 2009	(r187816)
+++ head/lib/libc/stdio/ferror.3	Wed Jan 28 11:25:22 2009	(r187817)
@@ -32,7 +32,7 @@
 .\"     @(#)ferror.3	8.2 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd January 27, 2009
+.Dd January 28, 2009
 .Dt FERROR 3
 .Os
 .Sh NAME
@@ -83,9 +83,6 @@ The function
 tests the error indicator for the stream pointed to by
 .Fa stream ,
 returning non-zero if it is set.
-The error indicator can only be reset by the
-.Fn clearerr
-function.
 .Pp
 The function
 .Fn fileno


More information about the svn-src-head mailing list