groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/07: [man pages]: Fix straggling uses of \c.


From: G. Branden Robinson
Subject: [groff] 01/07: [man pages]: Fix straggling uses of \c.
Date: Wed, 4 Nov 2020 07:32:48 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 56cdcf3674da6bd97050313075e286ec97cef921
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Nov 2 20:30:23 2020 +1100

    [man pages]: Fix straggling uses of \c.
    
    These are no-ops where they are used, coming right after a breakable
    space when filling is enabled.
    
    They are relics of a former multi-line tag to .TP, one of the few
    legitimate use cases of \c in a man page.  I've verified that no others
    remain.
---
 src/preproc/refer/refer.1.man   | 3 ++-
 src/utils/indxbib/indxbib.1.man | 2 +-
 src/utils/lkbib/lkbib.1.man     | 2 +-
 src/utils/lookbib/lookbib.1.man | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/preproc/refer/refer.1.man b/src/preproc/refer/refer.1.man
index c90de45..d8bda54 100644
--- a/src/preproc/refer/refer.1.man
+++ b/src/preproc/refer/refer.1.man
@@ -1817,10 +1817,11 @@ expressions.
 .
 \[lq]Some Applications of Inverted Indexes on the Unix System\[rq];
 Computing Science Technical Report #69;
-M.\& E.\& Lesk; \c
+M.\& E.\& Lesk;
 AT&T Bell Laboratories;
 1978.
 .
+.
 .LP
 .BR @g@indxbib (@MAN1EXT@),
 .BR @g@lookbib (@MAN1EXT@),
diff --git a/src/utils/indxbib/indxbib.1.man b/src/utils/indxbib/indxbib.1.man
index 449234f..5bb9b84 100644
--- a/src/utils/indxbib/indxbib.1.man
+++ b/src/utils/indxbib/indxbib.1.man
@@ -280,7 +280,7 @@ Temporary file.
 .
 \[lq]Some Applications of Inverted Indexes on the Unix System\[rq];
 Computing Science Technical Report #69;
-M.\& E.\& Lesk; \c
+M.\& E.\& Lesk;
 AT&T Bell Laboratories;
 1978.
 .
diff --git a/src/utils/lkbib/lkbib.1.man b/src/utils/lkbib/lkbib.1.man
index 7fb5c71..5432e3f 100644
--- a/src/utils/lkbib/lkbib.1.man
+++ b/src/utils/lkbib/lkbib.1.man
@@ -161,7 +161,7 @@ Index files.
 .
 \[lq]Some Applications of Inverted Indexes on the Unix System\[rq];
 Computing Science Technical Report #69;
-M.\& E.\& Lesk; \c
+M.\& E.\& Lesk;
 AT&T Bell Laboratories;
 1978.
 .
diff --git a/src/utils/lookbib/lookbib.1.man b/src/utils/lookbib/lookbib.1.man
index e5ce30a..4b2ab4f 100644
--- a/src/utils/lookbib/lookbib.1.man
+++ b/src/utils/lookbib/lookbib.1.man
@@ -126,7 +126,7 @@ Index files.
 .
 \[lq]Some Applications of Inverted Indexes on the Unix System\[rq];
 Computing Science Technical Report #69;
-M.\& E.\& Lesk; \c
+M.\& E.\& Lesk;
 AT&T Bell Laboratories;
 1978.
 .



reply via email to

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