Date: Thu, 1 Feb 2001 11:26:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: djgpp: djgpp/src/libc/dos/compat/d_exterr.txh In-Reply-To: <200101312337.SAA14067@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 31 Jan 2001, cvs-snowball AT delorie DOT com wrote: > Update by cvs id: snowball > Update of /cvs/djgpp/djgpp/src/libc/dos/compat > > Modified Files: > d_exterr.txh > Log Message: > Documention for reporting DOS extended error codes. > >From Peter J. Farley . Thanks! > + This function accepts the extended error structure from DOS (e.g., from > + the returned parameter from function @code{dosexterr}, see > + @pxref{dosexterr}) "see @pxref" is wrong, because @pxref already generates "See" in the printed version. Simply @pxref is what you need here (and in one more place). > + describing the error code. If any error code is outside of the valid > + values for that code, sets the corresponding @var{p_str} member to the > + string "Unknown error: " followed by the decimal numeric value of the > + error code. If you want quoted text in the output, use ``text'' in Texinfo. Makeinfo replaces the two quotes by a double quote, but TeX produces much more pleasant output from ``text'' than from "text". I fixed these problems.