2001-12-26 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 27 Dec 2001 18:41:40 +0000 (18:41 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 27 Dec 2001 18:41:40 +0000 (18:41 +0000)
        * gdb.texinfo (info proc): Comment out documentation for
        'info proc' sub-options that are currently not implemented.

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

index 51725baff8f2ab74eacda0a4548104857b90eb4d..6c40ea496e05b0dae85627dfd974a95605c1f675 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-26  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (info proc): Comment out documentation for 
+       'info proc' sub-options that are currently not implemented.
+
 2001-12-20  Jim Blandy  <jimb@redhat.com>
 
        * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
index 347b0dbfda5d66d4edbdc7ade41f9c5d10e9b3f8..d9a9b8be4eaaeadb2c3d20bcf04c9b354d8a3724 100644 (file)
@@ -11259,7 +11259,10 @@ Summarize available information about the process.
 @item info proc mappings
 Report on the address ranges accessible in the program, with information
 on whether your program may read, write, or execute each range.
-
+@ignore
+@comment These sub-options of 'info proc' were not included when
+@comment procfs.c was re-written.  Keep their descriptions around
+@comment against the day when someone finds the time to put them back in.
 @kindex info proc times
 @item info proc times
 Starting time, user CPU time, and system CPU time for your program and
@@ -11278,6 +11281,7 @@ received.
 
 @item info proc all
 Show all the above information about the process.
+@end ignore
 @end table
 
 @node DJGPP Native
This page took 0.035429 seconds and 4 git commands to generate.