OSDN Git Service

fix small error in gdb.texinfo (Inferiors and Programs)
authorbrobecke <brobecke>
Mon, 28 Feb 2011 13:08:51 +0000 (13:08 +0000)
committerbrobecke <brobecke>
Mon, 28 Feb 2011 13:08:51 +0000 (13:08 +0000)
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.

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

index f1939db..bd4f489 100644 (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 
index fc704ef..06bb13b 100644 (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>}.