diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index d7daef39e086..7c6ae9e93a65 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 10, 2003 +.Dd January 27, 2009 .Dt FERROR 3 .Os .Sh NAME @@ -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