Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 01:11:21 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187805 - head/lib/libc/stdio
Message-ID:  <200901280111.n0S1BL7n003092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trhodes
Date: Wed Jan 28 01:11:20 2009
New Revision: 187805
URL: http://svn.freebsd.org/changeset/base/187805

Log:
  Remove comment about clearerr() being the only method of clearing
  the EOF indicator, fseek() may also be used for this.
  
  Bump document date.
  
  PR:		76333
  Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>

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

Modified: head/lib/libc/stdio/ferror.3
==============================================================================
--- head/lib/libc/stdio/ferror.3	Wed Jan 28 00:15:35 2009	(r187804)
+++ head/lib/libc/stdio/ferror.3	Wed Jan 28 01:11:20 2009	(r187805)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901280111.n0S1BL7n003092>