* RFA: Fix manual summary of 'info' command
@ 2008-02-01 22:10 Jim Blandy
2008-02-02 10:38 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2008-02-01 22:10 UTC (permalink / raw)
To: gdb-patches
This is a fix for gdb/2411. Okay to commit?
gdb/doc/ChangeLog:
2008-02-01 Jim Blandy <jimb@red-bean.com>
* gdb.texinfo (Help): Summarize 'info args' correctly.
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.466
diff -u -r1.466 gdb.texinfo
--- gdb/doc/gdb.texinfo 31 Jan 2008 13:38:49 -0000 1.466
+++ gdb/doc/gdb.texinfo 1 Feb 2008 21:58:13 -0000
@@ -1651,7 +1651,7 @@
@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-03 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 22:10 RFA: Fix manual summary of 'info' command Jim Blandy
2008-02-02 10:38 ` Eli Zaretskii
2008-02-03 18:56 ` Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox