Date: Sun, 04 Feb 2001 20:18:56 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <7458-Sun04Feb2001201855+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <3A7D4DAE.28481.24E113@localhost> (snowball3@bigfoot.com) Subject: Re: lfilelength doc change References: <3A7ACD7F DOT 17659 DOT AE1F6A AT localhost> <3A7D4DAE DOT 28481 DOT 24E113 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Mark E." > Date: Sun, 4 Feb 2001 12:40:14 -0500 > > *** errno.txh 2001/01/26 17:08:16 1.8 > --- errno.txh 2001/02/04 17:34:05 > *************** file handling function in library. Usual > *** 247,253 **** > > EOVERFLOW -- Value too large. @code{filelength} can assign this to > @code{errno} when a file's length is larger than @math{2^31-2} > ! (@pxref{filelength}). > > @end table > > --- 247,254 ---- > > EOVERFLOW -- Value too large. @code{filelength} can assign this to > @code{errno} when a file's length is larger than @math{2^31-2} > ! (@pxref{filelength}). @code{lfilelength} can assign this to @code{errno} There's only one space after the last period. Other than that, it's fine with me.