groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/03: **/*.man: Fix "e.g." style nit.


From: G. Branden Robinson
Subject: [groff] 02/03: **/*.man: Fix "e.g." style nit.
Date: Tue, 7 Apr 2020 18:54:21 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 501d76100495a36320b465932c42b06eef9550c1
Author: G. Branden Robinson <address@hidden>
AuthorDate: Wed Apr 8 07:51:24 2020 +1000

    **/*.man: Fix "e.g." style nit.
    
    The Latin abbreviation "e.g." is always succeeded by a comma in English
    prose.
    
    Many manuals, e.g., the Chicago Manual of Style, require this.
    
    [One instance, in tbl(1), remains.  I'm leaving it so it doesn't cause
    merge conflicts with a rewrite I have in progress.]
---
 contrib/groff_filenames/groff_filenames.5.man |  2 +-
 contrib/mom/groff_mom.7.man                   |  6 +++---
 man/groff.7.man                               |  6 +++---
 man/groff_font.5.man                          |  2 +-
 man/groff_tmac.5.man                          |  2 +-
 man/roff.7.man                                | 10 +++++-----
 src/preproc/grn/grn.1.man                     |  2 +-
 src/preproc/pic/pic.1.man                     |  6 +++---
 8 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/contrib/groff_filenames/groff_filenames.5.man 
b/contrib/groff_filenames/groff_filenames.5.man
index 198ebbf..2f62d10 100644
--- a/contrib/groff_filenames/groff_filenames.5.man
+++ b/contrib/groff_filenames/groff_filenames.5.man
@@ -205,7 +205,7 @@ extension in
 .BI . <section>[<group>]
 is optional, but it can be any string of word characters.
 .
-Usually programmers use a group name that is already used, e.g.\&
+Usually programmers use a group name that is already used, e.g.,
 .B x
 for
 X Window System
diff --git a/contrib/mom/groff_mom.7.man b/contrib/mom/groff_mom.7.man
index 9d1d48d..6947e39 100644
--- a/contrib/mom/groff_mom.7.man
+++ b/contrib/mom/groff_mom.7.man
@@ -1015,7 +1015,7 @@ and ends after
 .IR men .
 .
 .I Inline escapes
-(e.g.\&
+(e.g.,
 .I font
 or
 .I point size
@@ -2689,7 +2689,7 @@ enter
 .I Point sizes
 may be
 .I fractional
-(e.g.\&
+(e.g.,
 .I 10.25
 or
 .IR 12.5 ).
@@ -2838,7 +2838,7 @@ length.
 .
 On the other hand, if you know the line length for a patch of type
 should be 17 picas and 3 points, entering the line length with LL is
-much easier than calculating the right margin, e.g.\&
+much easier than calculating the right margin, e.g.,
 .RS
 .EX
 .B .LL 17P+3p
diff --git a/man/groff.7.man b/man/groff.7.man
index 2167a3b..33adb79 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -671,7 +671,7 @@ In groff, this behaviour can be replaced by the 
\f[CB][]\f[] construct.
 The opening bracket is only special in groff escape sequences; there
 it is used to introduce a long escape name or long escape argument.
 .
-Otherwise, it is non-special, e.g.\& in macro calls.
+Otherwise, it is non-special, e.g., in macro calls.
 .
 .TP
 \&\f[CB]]\f[]
@@ -1117,7 +1117,7 @@ If an expression defined as
 starts with a
 .squoted_char +
 sign the resulting value of the expression is added to an already
-existing value inherent to the related request, e.g.\& adding to a
+existing value inherent to the related request, e.g., adding to a
 number register.
 .
 If the expression starts with a
@@ -3717,7 +3717,7 @@ a character.
 and
 .I hex3
 are all Unicode hexadecimal codes (4 or 5 hex digits) that are used
-for overstriking, e.g.\&
+for overstriking, e.g.,
 .B \e[u0041_0301]
 is
 .IR "A acute" ,
diff --git a/man/groff_font.5.man b/man/groff_font.5.man
index 044a632..dcbfd15 100644
--- a/man/groff_font.5.man
+++ b/man/groff_font.5.man
@@ -142,7 +142,7 @@ if it holds predefined paper types.
 .
 Alternatively,
 .I string
-can be a file name (e.g.\&
+can be a file name (e.g.,
 .IR /etc/papersize );
 if the file can be opened,
 .B groff
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index 23558b5..6d0d2a0 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -71,7 +71,7 @@ provides all classical macro packages, some more full 
packages, and
 some secondary packages for special purposes.
 .
 Note that it is not possible to use multiple primary macro packages at
-the same time; saying e.g.\&
+the same time; saying e.g.,
 .
 .IP
 .EX
diff --git a/man/roff.7.man b/man/roff.7.man
index f2d161a..b308613 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -514,7 +514,7 @@ The preprocessors generate
 .I roff
 code that is fed into a
 .I roff
-formatter (e.g.\&
+formatter (e.g.,
 .BR troff ),
 which in turn generates
 .I intermediate output
@@ -918,7 +918,7 @@ of the man pages.
 .
 .P
 The classical macro packages take the package name as an extension,
-e.g.\&
+e.g.,
 .IB file. me
 for a document using the
 .I me
@@ -1104,7 +1104,7 @@ the end of the file.
 .RE
 .
 .IP \(bu
-There is a set of file name extensions, e.g.\& the man pages that
+There is a set of file name extensions, e.g., the man pages that
 trigger the automatic activation of the
 .I nroff
 mode.
@@ -1137,7 +1137,7 @@ program are confused by this; so this is deprecated.
 .\" gedit does but has no rules for roff yet.  Other editors TBD.
 Besides Emacs, some other editors provide
 .I nroff
-style files too, e.g.\&
+style files too, e.g.,
 .BR vim (1),
 an extension of the
 .BR vi (1)
@@ -1249,7 +1249,7 @@ provides the source code and some binaries of the ancient 
Unixes
 (including the source code of
 .I troff
 and its documentation) that were made public by Caldera since 2001,
-e.g.\& of the famous Unix version\~7 for PDP-11 at the
+e.g., of the famous Unix version\~7 for PDP-11 at the
 .UR http://\:www.tuhs.org/\:Archive/\:PDP\-11/\:Trees/\:V7
 Unix V7 site
 .UE .
diff --git a/src/preproc/grn/grn.1.man b/src/preproc/grn/grn.1.man
index bf21eb0..178becb 100644
--- a/src/preproc/grn/grn.1.man
+++ b/src/preproc/grn/grn.1.man
@@ -406,7 +406,7 @@ figure by including in the
 .I gremlin
 file
 .I eqn
-expressions enclosed by previously defined delimiters (e.g.\&
+expressions enclosed by previously defined delimiters (e.g.,
 .IR $$ ).
 .
 .
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index a00ae8c..12b35bf 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -299,7 +299,7 @@ would avoid this.
 .
 .LP
 To make the vbox having a positive height and a depth of zero
-(as used e.g.\& by \*[lx]'s
+(as used e.g., by \*[lx]'s
 .BR \%graphics.sty ),
 define the following macro in your document:
 .RS
@@ -1160,7 +1160,7 @@ At the moment, calling standard
 .B groff
 without any macro package works.
 .
-Alternatively, you can define your own requests, e.g.\& to do nothing:
+Alternatively, you can define your own requests, e.g., to do nothing:
 .LP
 .RS
 .nf
@@ -1299,7 +1299,7 @@ AT&T Bell Laboratories, Computing Science Technical 
Report No.\ 116
 .
 .LP
 .B ps2eps
-is available from CTAN mirrors, e.g.\&
+is available from CTAN mirrors, e.g.,
 .UR ftp://\:ftp.dante.de/\:tex\-archive/\:support/\:ps2eps/
 .UE
 .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]