This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Index in gdb.texinfo


Hello!
Please apply this patch to gdb.texinfo.
It contains small fixes in Index markup.

Thank you in advance,
Dima.



--- gdb.1.14.texinfo	Sat Apr 15 13:35:10 2000
+++ gdb.1.14.texinfo.new	Sat Apr 15 14:11:07 2000
@@ -1154,7 +1154,7 @@
 arguments to the @code{help} command.
 
 @cindex repeating commands
-@kindex RET
+@kindex @key{RET}
 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
 repeat the previous command.  Certain commands (for example, @code{run})
 will not repeat this way; these are commands whose unintentional
@@ -11311,7 +11311,7 @@
 commands:
 
 @table @code
-@cindex @code{heuristic-fence-post} (Alpha,MIPS)
+@cindex @code{heuristic-fence-post} (Alpha, MIPS)
 @item set heuristic-fence-post @var{limit}
 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
 search for the beginning of a function.  A value of @var{0} (the
@@ -11920,16 +11920,16 @@
 different name for the specialized version's init file).  These are the
 environments with special init file names:
 
-@kindex .vxgdbinit
+@kindex @file{.vxgdbinit}
 @itemize @bullet
 @item
 VxWorks (Wind River Systems real-time OS): @samp{.vxgdbinit}
 
-@kindex .os68gdbinit
+@kindex @file{.os68gdbinit}
 @item
 OS68K (Enea Data Systems real-time OS): @samp{.os68gdbinit}
 
-@kindex .esgdbinit
+@kindex @file{.esgdbinit}
 @item
 ES-1800 (Ericsson Telecom AB M68000 emulator): @samp{.esgdbinit}
 @end itemize

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]