This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RFA: use @itemx more in remote protocol docs
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 24 Oct 2012 12:00:45 -0600
- Subject: RFA: use @itemx more in remote protocol docs
While reading the remote protocol docs I noticed some formatting
oddities.
I tracked these down to some uses of @item where I think @itemx should
have been used instead.
Patch appended. Ok?
Tom
2012-10-24 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (General Query Packets): Use @itemx.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0c7aa1c..6bc7763 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -36364,7 +36364,7 @@ Don't use this packet; use the @samp{qThreadExtraInfo} query instead
Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
@item QNonStop:1
-@item QNonStop:0
+@itemx QNonStop:0
@cindex non-stop mode, remote request
@cindex @samp{QNonStop} packet
@anchor{QNonStop}
@@ -36988,8 +36988,8 @@ encoded). @value{GDBN} will continue to supply the values of symbols
@end table
@item qTBuffer
-@item QTBuffer
-@item QTDisconnected
+@itemx QTBuffer
+@itemx QTDisconnected
@itemx QTDP
@itemx QTDPsrc
@itemx QTDV
@@ -37026,10 +37026,10 @@ conventions above. Please don't use this packet as a model for new
packets.)
@item QTNotes
-@item qTP
-@item QTSave
-@item qTsP
-@item qTsV
+@itemx qTP
+@itemx QTSave
+@itemx qTsP
+@itemx qTsV
@itemx QTStart
@itemx QTStop
@itemx QTEnable