From: Message-Id: <200301241623.h0OGN2D07695@speedy.ludd.luth.se> Subject: Re: djgpp: djgpp/src/stub/stubdocs.txi In-Reply-To: "from Eli Zaretskii at Jan 21, 2003 08:25:24 am" To: djgpp-workers AT delorie DOT com Date: Fri, 24 Jan 2003 17:23:02 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s 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 According to Eli Zaretskii: > On Mon, 20 Jan 2003, cvs-sandmann AT delorie DOT com wrote: > > + @pindex @command{go32-v2} > [...] > > + @vindex @env{GO32_V2_DEBUG} > > You shouldn't use any markup in index entries; they are automatically > typeset as appropriate. For example, both @pindex and @vindex entries > are typeset as @code. The only use of @-commands in index entries is Like the following patch? Charles, I hope it's ok. Right, MartinS Index: djgpp/src/stub/stubdocs.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/stubdocs.txi,v retrieving revision 1.1 diff -p -u -r1.1 stubdocs.txi --- djgpp/src/stub/stubdocs.txi 21 Jan 2003 02:54:13 -0000 1.1 +++ djgpp/src/stub/stubdocs.txi 24 Jan 2003 16:18:55 -0000 @@ -2,7 +2,7 @@ @c ----------------------------------------------------------------------------- @node go32-v2, stubify, , Top @chapter @command{go32-v2} -@pindex @command{go32-v2} +@pindex go32-v2 @command{go32-v2} is a utility which allows you to run unstubbed @acronym{COFF} images. @@ -22,14 +22,14 @@ the v1.x program will load @command{go32 the @env{PATH}) which knows how to run v2 images, instead the original @command{go32} which cannot. -@vindex @env{GO32_V2_DEBUG} +@vindex GO32_V2_DEBUG If you define the environment variable @env{GO32_V2_DEBUG}, @command{go32-v2} will provide additional debugging output when it executes. @c ----------------------------------------------------------------------------- @node stubify, stubedit, go32-v2, Top @chapter @command{stubify} -@pindex @command{stubify} +@pindex stubify Usage: @kbd{stubify [-v] [-g] files} @@ -61,7 +61,7 @@ alias to the other program. @c ----------------------------------------------------------------------------- @node stubedit, exe2coff, stubify, Top @chapter @command{stubedit} -@pindex @command{stubedit} +@pindex stubedit Usage: @kbd{stubedit [-h] [-v] file.exe [field=value . . .]} @@ -125,7 +125,7 @@ finally the current default directory. @c ----------------------------------------------------------------------------- @node exe2coff, coff2exe, stubedit, Top @chapter @command{exe2coff} -@pindex @command{exe2coff} +@pindex exe2coff @command{exe2coff} is a utility that strips the DOS exectuable stub loader from the front of @acronym{DJGPP} executable image and writes a @@ -140,6 +140,6 @@ C:\> copy /b cwsdstub.exe+myprog mynewpr @c ----------------------------------------------------------------------------- @node coff2exe, , exe2coff, Top @chapter @command{coff2exe} -@pindex @command{coff2exe} +@pindex coff2exe @command{coff2exe} is an alias to the @command{stubify} utility (@pxref{stubify }).