diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-08-20 19:31:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-08-20 19:31:11 +0000 |
commit | d3bdde981bfb70b2c41cf2856eb30b930e22c887 (patch) | |
tree | 0bad13035426244f5eb28c48e8ab08fb5e0c5c4a | |
parent | 3bfa9139b47c7facaae37ad1d607764d1f9deb6b (diff) | |
download | fsf-binutils-gdb-d3bdde981bfb70b2c41cf2856eb30b930e22c887.zip fsf-binutils-gdb-d3bdde981bfb70b2c41cf2856eb30b930e22c887.tar.gz fsf-binutils-gdb-d3bdde981bfb70b2c41cf2856eb30b930e22c887.tar.bz2 |
* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
don't break a @var across a line.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b96a9a1..584f74e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-20 Jim Blandy <jimb@codesourcery.com> + + * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: + don't break a @var across a line. + 2007-07-25 Maciej W. Rozycki <macro@mips.com> * Makefile.in (MAKEHTMLFLAGS): Also search the current directory diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 40a869d..b0e057a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24423,8 +24423,7 @@ The @code{F} reply packet has the following format: @table @samp -@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific -attachment} +@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment} @var{retcode} is the return code of the system call as hexadecimal value. |