diff options
Diffstat (limited to 'lib/libc/stdio/ferror.3')
-rw-r--r-- | lib/libc/stdio/ferror.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index 7c6ae9e..d3c89bc 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -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 |