Fix typo on documentation ("show set startup-with-shell")
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 12 Aug 2017 16:46:03 +0000 (12:46 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 12 Aug 2017 16:46:03 +0000 (12:46 -0400)
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...").

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index eb6a73fc014c229c03672af5a190b53f00139b69..4b406985ab4083b433626237cd33df3276d484d2 100644 (file)
@@ -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
index d098eba1e83fa90bf808c682af7a36a7132f4bbf..75281835061f00331430870b318dcee552a9d5cb 100644 (file)
@@ -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
This page took 0.05707 seconds and 4 git commands to generate.