Bug 17282 - typos in gdb/doc/gdbtexinfo.tex, @node Starting
Summary: typos in gdb/doc/gdbtexinfo.tex, @node Starting
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-17 11:24 UTC by dilyan.palauzov@aegee.org
Modified: 2014-08-17 11:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dilyan.palauzov@aegee.org 2014-08-17 11:24:24 UTC
Please replace in typos in gdb/doc/gdbtexinfo.tex, @node Starting, @section Starting your Program, line 2129 and 2131

2127 @itemx set startup-with-shell on
2128 @itemx set startup-with-shell off
2129 @itemx show set startup-with-shell
2130 On Unix systems, by default, if a shell is available on your target,
2131 @value{GDBN}) uses it to start your program.  Arguments of the
2132 @code{run} command are passed to the shell, which does variable

as follows:

2129 @itemx show startup-with-shell
(remove set in show set startup-with-shell)

2131 @value{GDBN} uses it to start your program.  Arguments of the
(remove closing bracket in "GDB)", which bracket was not previously opened)