This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH/doc/obvious] Add missing ')'


Hi,

While reading through the documentation, I noted that "maint agent" command makes a pxref to a node and accidentally omitted the trailing parenthesis: "(see @pxref{Dynamic printf}."

I've committed the follow change to correct this little typo. I've also scanned gdb.texinfo for any other missing closing parentheses (following the search expression "(@"), but I found none.

Keith

ChangeLog
 2013-03-13  Keith Seitz  <keiths@redhat.com>

	* gdb.texinfo (Maintenance Commands): Add missing ')' for
	"maint agent" reference to Dynamic printf.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.1060
diff -u -p -r1.1060 gdb.texinfo
--- gdb.texinfo	11 Mar 2013 19:43:52 -0000	1.1060
+++ gdb.texinfo	13 Mar 2013 17:50:04 -0000
@@ -35339,7 +35339,7 @@ If not, generate remote agent bytecode f
 Translate the given format string and list of argument expressions
 into remote agent bytecodes and display them as a disassembled list.
 This command is useful for debugging the agent version of dynamic
-printf (@pxref{Dynamic Printf}.
+printf (@pxref{Dynamic Printf}).

 @kindex maint info breakpoints
 @item @anchor{maint info breakpoints}maint info breakpoints


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]