diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-17 10:42:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-17 10:42:13 +0000 |
commit | 00e4a2e45550844a9d584f9fd3a8ee9e2ce23133 (patch) | |
tree | 60affa57088bacbd6d27c6c71f4b24d15465a567 | |
parent | 5398f6784fa3b1ac29c11265d68a91fa445ef2f5 (diff) | |
download | gdb-00e4a2e45550844a9d584f9fd3a8ee9e2ce23133.zip gdb-00e4a2e45550844a9d584f9fd3a8ee9e2ce23133.tar.gz gdb-00e4a2e45550844a9d584f9fd3a8ee9e2ce23133.tar.bz2 |
* gdb.texinfo (Protocol): Prevent makeinfo from complaining about
a comma inside @var.
(Command Files): Index markup changes from Dmitry Sivachenko
<dima@Chg.RU>.
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 16 |
2 files changed, 15 insertions, 8 deletions
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 <eliz@is.elta.co.il> + * gdb.texinfo (Protocol): Prevent makeinfo from complaining about + a comma inside @var. + (Command Files): Index markup changes from Dmitry Sivachenko + <dima@Chg.RU>. + +2000-04-16 Eli Zaretskii <eliz@is.elta.co.il> + * 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{<id>} @tab A single thread id @item -@tab reply @code{m}@var{<id>,}@var{<id>...} +@tab reply @code{m}@var{<id>},@var{<id>...} @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 |