]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 19 Oct 1993 16:26:06 +0000 (16:26 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 19 Oct 1993 16:26:06 +0000 (16:26 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 8ffe824e59a658cda6f1cd079331fadb4dbd72e4..cc01ddf153c01d67da18d26bba1ac1cf561aa017 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
+
 Mon Oct 18 09:59:47 1993  Fred Fish  (fnf@cirdan.cygnus.com)
 
        * snapshots.readme:  Reword paragraph about not publicising
index e91bac90e45ee6f2afeb2fe405dee21bd99d4ab6..bc730ae6a8a57508c0f365e371405376eb9e2d8a 100644 (file)
@@ -5988,6 +5988,9 @@ Print the data type of @code{$}, the last value in the value history.
 @kindex ptype
 Print a description of data type @var{typename}.  @var{typename} may be
 the name of a type, or for C code it may have the form
+@ifclear CONLY
+@samp{class @var{class-name}},
+@end ifclear
 @samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
 @samp{enum @var{enum-tag}}.