gdb/doc: add '@:' after 'e.g.' to help texinfo
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 21 May 2021 15:26:40 +0000 (16:26 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 24 May 2021 09:22:49 +0000 (10:22 +0100)
Add '@:' after 'e.g.' to let texinfo know that this is not the end of
a sentence.  This is only needed when there's a space immediately
after the last '.'.

gdb/doc/ChangeLog:

* gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
(Source Path): Likewise.
(GDB/MI Development and Front Ends): Likewise.
(ARM Features): Likewise.
(gdb man): Likewise.

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

index db72a479d86b6157ffa24f1476a2e9f9e3a2dfb4..e40d0619dcb9a14527d31c46275f46e85a79cf89 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
+       (Source Path): Likewise.
+       (GDB/MI Development and Front Ends): Likewise.
+       (ARM Features): Likewise.
+       (gdb man): Likewise.
+
 2021-05-14  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
 
        * python.texi (Inferiors In Python): Mention the 'connection_num'
index 56f37eb22886a4a309bbdb128b325e7449ca7147..90d827a50e7fba85ca38c3b3b21e0012b2a6b690 100644 (file)
@@ -1438,7 +1438,7 @@ being discussed.
 
 As the system wide and home directory initialization files are
 processed before most command line options, changes to settings
-(e.g. @samp{set complaints}) can affect subsequent processing of
+(e.g.@: @samp{set complaints}) can affect subsequent processing of
 command line options and operands.
 
 The following sections describe where @value{GDBN} looks for the early
@@ -9414,7 +9414,7 @@ first look up would not have occurred, but all of the remaining steps
 would be similar.
 
 When searching for source files on MS-DOS and MS-Windows, where
-absolute paths start with a drive letter (e.g.
+absolute paths start with a drive letter (e.g.@:
 @file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
 from the file name before appending it to a search directory from
 @dfn{source path}; for instance if the executable references the
@@ -29656,7 +29656,7 @@ to keep using them until they are modified to use the latest MI version.
 
 Since @code{--interpreter=mi} always points to the latest MI version, it is
 recommended that front ends request a specific version of MI when launching
-@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
+@value{GDBN} (e.g.@: @code{--interpreter=mi2}) to make sure they get an
 interpreter with the MI version they expect.
 
 The following table gives a summary of the released versions of the MI
@@ -45987,7 +45987,7 @@ ARM targets.
 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
 @samp{lr}, @samp{pc}, and @samp{cpsr}.
 
-For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
+For M-profile targets (e.g.@: Cortex-M3), the @samp{org.gnu.gdb.arm.core}
 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}.  It should contain
 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
 and @samp{xpsr}.
@@ -46935,7 +46935,7 @@ Backtrace: display the program stack.
 Display the value of an expression.
 
 @item c
-Continue running your program (after stopping, e.g. at a breakpoint).
+Continue running your program (after stopping, e.g.@: at a breakpoint).
 
 @item next
 Execute next program line (after stopping); step @emph{over} any
This page took 0.048465 seconds and 4 git commands to generate.