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:
Joel Brobecker 2011-02-28 04:08:51 +00:00
parent ae179fba63
commit 5e30da2c39
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>}.