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] Fix usage of "etc." (was: [RFA] Linux Checkpoint/Restart, take 2)


> Date: Tue, 20 Dec 2005 13:05:02 -0800
> From: Michael Snyder <michsnyd@cisco.com>
> CC: gdb-patches@sources.redhat.com, msnyder@redhat.com
> 
> If you do, by the way, there are other instances of "etc." in the
> document that need the @: operator.

I found only one, and fixed it thus:

2005-12-24  Eli Zaretskii  <eliz@gnu.org>

	(Memory Region Attributes): Fix usage of "etc."

Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.301
diff -u -r1.301 gdb.texinfo
--- gdb/doc/gdb.texinfo	24 Dec 2005 15:22:36 -0000	1.301
+++ gdb/doc/gdb.texinfo	24 Dec 2005 15:27:20 -0000
@@ -6446,7 +6446,7 @@
 
 While these attributes prevent @value{GDBN} from performing invalid
 memory accesses, they do nothing to prevent the target system, I/O DMA,
-etc. from accessing memory.
+etc.@: from accessing memory.
 
 @table @code
 @item ro
@@ -15661,7 +15661,7 @@
 @item set debug overload
 @cindex C@t{++} overload debugging info
 Turns on or off display of @value{GDBN} C@t{++} overload debugging
-info. This includes info such as ranking of functions, etc. The default
+info. This includes info such as ranking of functions, etc.  The default
 is off.
 @item show debug overload
 Displays the current state of displaying @value{GDBN} C@t{++} overload


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