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

[commit/doco] 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.

Tested on x86_64-linux, and checked in.

---
 gdb/doc/ChangeLog   |    5 +++++
 gdb/doc/gdb.texinfo |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f1939db..bd4f489 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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 
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index fc704ef..06bb13b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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>}.
 
-- 
1.7.1


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