From owner-svn-src-all@FreeBSD.ORG Wed Jan 28 08:21:47 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 333D9106566C; Wed, 28 Jan 2009 08:21:47 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id D61848FC0C; Wed, 28 Jan 2009 08:21:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DC44B9CB07B; Wed, 28 Jan 2009 09:19:16 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FMpk9zBL0oYM; Wed, 28 Jan 2009 09:19:14 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A203D9CB0EC; Wed, 28 Jan 2009 09:19:14 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n0S8JE5h022537; Wed, 28 Jan 2009 09:19:14 +0100 (CET) (envelope-from rdivacky) Date: Wed, 28 Jan 2009 09:19:14 +0100 From: Roman Divacky To: Tom Rhodes Message-ID: <20090128081914.GA22309@freebsd.org> References: <200901280111.n0S1BL7n003092@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901280111.n0S1BL7n003092@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r187805 - head/lib/libc/stdio X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 08:21:47 -0000 On Wed, Jan 28, 2009 at 01:11:21AM +0000, Tom Rhodes wrote: > 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. why not saying what you state in the commit message in the man page instead of removing the info entirely? > Bump document date. > > PR: 76333 > Submitted by: Yoshihiko Sarumaru > > 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