Date: Wed, 28 Jan 2009 11:25:22 +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: r187817 - head/lib/libc/stdio Message-ID: <200901281125.n0SBPMCT018376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901281125.n0SBPMCT018376>