From 00e4a2e45550844a9d584f9fd3a8ee9e2ce23133 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 17 Apr 2000 10:42:13 +0000 Subject: * gdb.texinfo (Protocol): Prevent makeinfo from complaining about a comma inside @var. (Command Files): Index markup changes from Dmitry Sivachenko . --- gdb/doc/ChangeLog | 7 +++++++ gdb/doc/gdb.texinfo | 16 ++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 89a4b09..a5696ea 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,12 @@ 2000-04-16 Eli Zaretskii + * gdb.texinfo (Protocol): Prevent makeinfo from complaining about + a comma inside @var. + (Command Files): Index markup changes from Dmitry Sivachenko + . + +2000-04-16 Eli Zaretskii + * Makefile.in (LN_S): Define. (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't invoke "ln -s" unless it is known to work. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 89bf1bc..3c28d69 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9448,7 +9448,7 @@ sequence will be the @code{qs}@code{ThreadInfo} query. @tab reply @code{m}@var{} @tab A single thread id @item -@tab reply @code{m}@var{,}@var{...} +@tab reply @code{m}@var{},@var{...} @tab a comma-separated list of thread ids @item @tab reply @code{l} @@ -11311,7 +11311,7 @@ you may want to limit the size of this search, using one of these 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,18 +11920,18 @@ form of @value{GDBN} may need to coexist with other forms, hence a different name for the specialized version's init file). These are the environments with special init file names: -@kindex .vxgdbinit +@cindex @file{.vxgdbinit} @itemize @bullet @item -VxWorks (Wind River Systems real-time OS): @samp{.vxgdbinit} +VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit} -@kindex .os68gdbinit +@cindex @file{.os68gdbinit} @item -OS68K (Enea Data Systems real-time OS): @samp{.os68gdbinit} +OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit} -@kindex .esgdbinit +@cindex @file{.esgdbinit} @item -ES-1800 (Ericsson Telecom AB M68000 emulator): @samp{.esgdbinit} +ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit} @end itemize You can also request the execution of a command file with the -- cgit v1.1