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]

set gnutarget doc string typo


Committed.

Andreas.

2008-08-08  Andreas Schwab  <schwab@suse.de>

	* corefile.c (_initialize_core): Remove spurious paren from set
	gnutarget doc string.

--- gdb/corefile.c.~1.44.~	2008-05-06 10:03:38.000000000 +0200
+++ gdb/corefile.c	2008-08-08 18:34:17.000000000 +0200
@@ -456,7 +456,7 @@ No arg means have no core file.  This co
 
   
   add_setshow_string_noescape_cmd ("gnutarget", class_files,
-				   &gnutarget_string, _("(\
+				   &gnutarget_string, _("\
 Set the current BFD target."), _("\
 Show the current BFD target."), _("\
 Use `set gnutarget auto' to specify automatic detection."),

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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