This is the mail archive of the archer@sourceware.org mailing list for the Archer 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]

Doc fix: wrong command name


Pretty self-explanatory.

By the way, I think I have my paperwork in order now for contributions
to GDB as a Mozilla employee.
commit 04f964101b2e51619237082e1c1151bc5deac8b4
Author: Jim Blandy <jimb@red-bean.com>
Date:   Wed Jul 22 23:51:00 2009 -0700

        gdb/doc
    	* gdb.texinfo (Auto-loading): Correct name of 'maint show python
    	auto-load'.

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 01fb199..5dbb535 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-22  Jim Blandy  <jimb@red-bean.com>
+
+	* gdb.texinfo (Auto-loading): Correct name of 'maint show python
+	auto-load'.
+
 2009-07-14  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Tracepoint Conditions): New section.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2b8fcc7..7307363 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18923,8 +18923,8 @@ feature, and view its current state.
 @item maint set python auto-load [yes|no]
 Enable or disable the Python auto-loading feature.
 
-@kindex show python auto-load
-@item show python auto-load
+@kindex maint show python auto-load
+@item maint show python auto-load
 Show whether Python auto-loading is enabled or disabled.
 @end table
 

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