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

[Bug gdb/17282] New: typos in gdb/doc/gdbtexinfo.tex, @node Starting


https://sourceware.org/bugzilla/show_bug.cgi?id=17282

            Bug ID: 17282
           Summary: typos in gdb/doc/gdbtexinfo.tex, @node Starting
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dilyan.palauzov at aegee dot org

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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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