* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
authorJim Blandy <jimb@codesourcery.com>
Mon, 20 Aug 2007 19:31:11 +0000 (19:31 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 20 Aug 2007 19:31:11 +0000 (19:31 +0000)
don't break a @var across a line.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b96a9a19e97086b967755b661d65550ab79765fd..584f74e3d92800a4bb850204aa7b8bb78eaf6361 100644 (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
index 40a869d26c4db86a3c9f32bd66f15c4f251977c1..b0e057afe58927e9b833c5019b5232d181217e00 100644 (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.
 
This page took 0.069814 seconds and 4 git commands to generate.