aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2008-02-03 18:55:27 +0000
committerJim Blandy <jimb@codesourcery.com>2008-02-03 18:55:27 +0000
commitcda4ce5a1080f6a6e3143cae4534fe60214365d2 (patch)
treed7fc4eb113ff70e92cf03ca459b01c6de6412c7e /gdb
parentf8597ac33d9715761645b4308e401e4c5c94e5db (diff)
downloadgdb-cda4ce5a1080f6a6e3143cae4534fe60214365d2.zip
gdb-cda4ce5a1080f6a6e3143cae4534fe60214365d2.tar.gz
gdb-cda4ce5a1080f6a6e3143cae4534fe60214365d2.tar.bz2
* gdb.texinfo (Help): Summarize 'info args' correctly.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index aeadccd..e2152a1 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-01 Jim Blandy <jimb@red-bean.com>
+
+ * gdb.texinfo (Help): Summarize 'info args' correctly.
+
2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
* gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5b4b2fe..8754350 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1651,7 +1651,7 @@ all the sub-commands. @xref{Index}.
@kindex i @r{(@code{info})}
@item info
This command (abbreviated @code{i}) is for describing the state of your
-program. For example, you can list the arguments given to your program
+program. For example, you can show the arguments passed to a function
with @code{info args}, list the registers currently in use with @code{info
registers}, or list the breakpoints you have set with @code{info breakpoints}.
You can get a complete list of the @code{info} sub-commands with