fix small error in gdb.texinfo (Inferiors and Programs)
I noticed this error because the nightly snapshot script failed... gdb/doc/ChangeLog: * gdb.texinfo (Inferiors and Programs): Fix small error introduced in the previous change.
This commit is contained in:
parent
ae179fba63
commit
5e30da2c39
@ -1,3 +1,8 @@
|
||||
2011-02-28 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Inferiors and Programs): Fix small error introduced
|
||||
in the previous change.
|
||||
|
||||
2011-02-27 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdb.texinfo (Inferiors and Programs): Update commands to show
|
||||
|
@ -2515,7 +2515,7 @@ using the @w{@code{kill inferiors}} command:
|
||||
@kindex detach inferiors @var{infno}@dots{}
|
||||
@item detach inferior @var{infno}@dots{}
|
||||
Detach from the inferior or inferiors identified by @value{GDBN}
|
||||
inferior number(s) @var{infno}@dots. Note that the inferior's entry
|
||||
inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
|
||||
still stays on the list of inferiors shown by @code{info inferiors},
|
||||
but its Description will show @samp{<null>}.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user