* gdb.texinfo (Help): Summarize 'info args' correctly.
authorJim Blandy <jimb@codesourcery.com>
Sun, 3 Feb 2008 18:55:27 +0000 (18:55 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sun, 3 Feb 2008 18:55:27 +0000 (18:55 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index aeadccd86962196c2a32c714725bb4b32c123d5a..e2152a157fa33b8974c61a1e857f00776191405e 100644 (file)
@@ -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
index 5b4b2fe02784d004081ed4efef62bb7e54a619e6..87543508527e71c7e8a6e91f0bfd4146f8479898 100644 (file)
@@ -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
This page took 0.049097 seconds and 4 git commands to generate.