This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Fix typo on documentation ("show set startup-with-shell")


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ca145713f354ebd5e45ddf393ead46782d1f8b1e

commit ca145713f354ebd5e45ddf393ead46782d1f8b1e
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Sat Aug 12 12:46:03 2017 -0400

    Fix typo on documentation ("show set startup-with-shell")
    
    The documentation was erroneously saying that there is a command named
    "show set startup-with-shell", while the correct version is "show
    startup-with-shell".  This commit fixes obvious mistake.
    
    gdb/doc/ChangeLog:
    2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	PR gdb/21925
    	* gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
    	set...").

Diff:
---
 gdb/doc/ChangeLog   | 6 ++++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index eb6a73f..4b40698 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+	PR gdb/21925
+	* gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
+	set...").
+
 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index d098eba..7528183 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -2157,7 +2157,7 @@ This command is available when debugging locally on most targets, excluding
 @item set startup-with-shell
 @itemx set startup-with-shell on
 @itemx set startup-with-shell off
-@itemx show set startup-with-shell
+@itemx show startup-with-shell
 On Unix systems, by default, if a shell is available on your target,
 @value{GDBN}) uses it to start your program.  Arguments of the
 @code{run} command are passed to the shell, which does variable


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