summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2009-01-28 11:25:22 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2009-01-28 11:25:22 +0000
commitf3f496333de28d766dd6745cd3c9f6e7a87d62cd (patch)
tree973567fa924779fa11395d093247578838ecf48a /lib/libc/stdio
parent9619a56eff0a63a65f96ea79711d80b5551cd44e (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/ferror.35
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3
index 7c6ae9e93a65..d3c89bc7494c 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