This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[python] small documentation fix


This is just a minor rewording of some documentation text on the
python branch.

Tom

2008-10-27  Tom Tromey  <tromey@redhat.com>

	* gdb.texinfo (Pretty Printing): Reword list of predefined display
	hints.

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ea1020e..787a438 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -17970,10 +17970,14 @@ This method must return a string.  It will be supplied to the MI
 consumer as a @samp{displayhint} attribute of the variable being
 printed.
 
-Currently only one display hint is defined: @samp{map}.  This
-indicates to the MI consumer that the object being printed is
+Some display hints are predefined by @value{GDBN}:
+
+@table @samp
+@item map
+Indicate to the MI consumer that the object being printed is
 ``map-like'', and that the children of this value can be assumed to
 alternate between keys and values.
+@end table
 @end defop
 
 @defop Operation {pretty printer} to_string (self, val)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]