[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 03/03: man pages: Stop setting "[CSTR #nn]" in italics.
From: |
G. Branden Robinson |
Subject: |
[groff] 03/03: man pages: Stop setting "[CSTR #nn]" in italics. |
Date: |
Mon, 6 Nov 2017 08:14:09 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 0e9327e08dde92d9655a0ab89476ad76fc8849f1
Author: G. Branden Robinson <address@hidden>
Date: Mon Nov 6 08:12:21 2017 -0500
man pages: Stop setting "[CSTR #nn]" in italics.
CSTR #nn is a bibliographic reference number within a namespace, not a
work title. Stop italicizing it.
Signed-off-by: G. Branden Robinson <address@hidden>
---
man/ditroff.7.man | 4 ++--
man/groff.7.man | 4 ++--
man/groff_out.5.man | 12 ++++++------
man/roff.7.man | 11 ++++++-----
4 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/man/ditroff.7.man b/man/ditroff.7.man
index 7947c52..042457b 100644
--- a/man/ditroff.7.man
+++ b/man/ditroff.7.man
@@ -109,7 +109,7 @@ Bernd Warken
.\" ====================================================================
.
.TP
-.I [CSTR\~#54]
+[CSTR\~#54]
The 1992 revision of the
.I Nroff/Troff User's Manual
by
@@ -122,7 +122,7 @@ Bell Labs CSTR\~#54
.UE .
.
.TP
-.I [CSTR\~#97]
+[CSTR\~#97]
.I A Typesetter-independent TROFF
by
.I Brian Kernighan
diff --git a/man/groff.7.man b/man/groff.7.man
index a2ae820..d6d1382 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -4541,7 +4541,7 @@ t after
.
The differences of the groff language in comparison to classical troff
as defined by
-.I [CSTR\~#54]
+[CSTR\~#54]
are documented in
.BR groff_diff (@MAN7EXT@).
.
@@ -4616,7 +4616,7 @@ the history of roff, the common parts shared by all roff
systems, and
pointers to further documentation.
.
.TP
-.I [CSTR\~#54]
+[CSTR\~#54]
.UR http://\:cm.bell\-labs.com/\:cm/\:cs/\:cstr/\:54.ps.gz
Nroff/\:Troff User's Manual by Ossanna & Kernighan
.UE
diff --git a/man/groff_out.5.man b/man/groff_out.5.man
index 24af172..f125e09 100644
--- a/man/groff_out.5.man
+++ b/man/groff_out.5.man
@@ -579,7 +579,7 @@ Move
.B u
horizontally to the right.
.
-.I [CSTR\~#54]
+[CSTR\~#54]
allows negative values for
.I n
also, but
@@ -808,7 +808,7 @@ down
.RI ( n
is a non-negative integer).
.
-.I [CSTR\~#54]
+[CSTR\~#54]
allows negative values for
.I n
also, but
@@ -1703,7 +1703,7 @@ The
language of the
.I classical troff
was first documented in
-.IR [CSTR\~#97] .
+[CSTR\~#97] .
.
The
.I groff intermediate output
@@ -1973,7 +1973,7 @@ Bell Labs CSTR site
.
.
.TP
-.I [CSTR #97]
+[CSTR #97]
.I A Typesetter-independent TROFF
by
.I Brian Kernighan
@@ -1985,7 +1985,7 @@ CSTR\~#97
.
.
.TP
-.I [CSTR\~#54]
+[CSTR\~#54]
The 1992 revision of the
.I Nroff/\:Troff User's Manual
by
@@ -1993,7 +1993,7 @@ by
and
.I Brian Kernighan
isn't as comprehensive as
-.I [CSTR\~#97]
+[CSTR\~#97]
regarding the output language; see
.UR http://\:cm.bell\-labs.com/\:cm/\:cs/\:cstr/\:54.ps.gz
CSTR\~#54
diff --git a/man/roff.7.man b/man/roff.7.man
index 1bdee09..f19e1cd 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -306,7 +306,8 @@ The C\~version was released in 1975.
The syntax of the formatting language of the
.BR nroff /\: troff
programs was documented in the famous
-.IR "Troff User's Manual [CSTR\~#54]" ,
+.I "Troff User's Manual"
+[CSTR\~#54],
first published in 1976, with further revisions up to 1992 by Brian
Kernighan.
.
@@ -333,7 +334,7 @@ as it is still in use today; see section
.BR "USING ROFF" .
.
In 1979, these novelties were described in the paper
-.IR "[CSTR\~#97]" .
+[CSTR\~#97].
.
This new
.I troff
@@ -647,7 +648,7 @@ or
.IR "troff output" .
.
This language was first specified in
-.IR "[CSTR\~#97]" ;
+[CSTR\~#97];
its \f[CR]GNU\f[] extension is documented in
.BR groff_out (@MAN5EXT@).
.
@@ -717,7 +718,7 @@ because they greatly depend on the software and hardware
abilities of
the actual computer.
.
For example, the classical devices mentioned in
-.I [CSTR\~#54]
+[CSTR\~#54]
have greatly changed since the classical times.
.
The old hardware doesn't exist any longer and the old graphical
@@ -834,7 +835,7 @@ The classical
.I roff
formatting language is documented in the
.I Troff User's Manual
-.IR "[CSTR\~#54]" .
+[CSTR\~#54].
.
The
.I roff
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 03/03: man pages: Stop setting "[CSTR #nn]" in italics.,
G. Branden Robinson <=