* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:

don't break a @var across a line.
This commit is contained in:
Jim Blandy 2007-08-20 19:31:11 +00:00
parent 3bfa9139b4
commit d3bdde981b
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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.