groff-commit
[Top][All Lists]
Advanced

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

[groff] 15/15: Fix Savannah bug #44708 (2/2).


From: Werner LEMBERG
Subject: [groff] 15/15: Fix Savannah bug #44708 (2/2).
Date: Fri, 03 Apr 2015 15:28:52 +0000

wl pushed a commit to branch master
in repository groff.

commit 8ac03ed2a5e1672754749df87c1742e7d161e32c
Author: Werner Lemberg <address@hidden>
Date:   Fri Apr 3 16:55:03 2015 +0200

    Fix Savannah bug #44708 (2/2).
    
    Make man pages work in compatibility mode.
    Also fix some minor typos.
    
    * contrib/pic2graph/pic2graph.man, man/ditroff.man, man/groff.man,
    man/groff_diff.man, man/groff_out.man, man/groff_tmac.man,
    man/roff.man, src/devices/grodvi/grodvi.man,
    src/devices/grohtml/grohtml.man, src/devices/grolbp/grolbp.man,
    src/devices/grolj4/grolj4.man, src/devices/grolj4/lj4_font.man,
    src/devices/gropdf/gropdf.man, src/devices/gropdf/pdfmom.man,
    src/devices/grops/grops.man, src/devices/grotty/grotty.man,
    src/devices/xditview/xditview.man, src/preproc/eqn/eqn.man,
    src/preproc/eqn/neqn.man, src/preproc/grn/grn.man,
    src/preproc/pic/pic.man, src/preproc/preconv/preconv.man,
    src/preproc/refer/refer.man, src/preproc/soelim/soelim.man,
    src/preproc/tbl/tbl.man, src/roff/groff/groff.man,
    src/roff/grog/grog.man, src/roff/nroff/nroff.man,
    src/roff/troff/troff.man, src/utils/addftinto/addftinfo.man,
    src/utils/afmtodit/afmtodit.man, src/utils/hpftodit/hpftodit.man,
    src/utils/indxbib/indxbib.man, src/utils/lkbib/lkbib.man,
    src/utils/lookbib/lookbib.man, src/utils/pfbtops/pfbtops.man,
    src/utils/tfmtodit/tfmtodit.man, src/utils/xtotroff/xtotroff.man,
    tmac/groff_man.man, tmac/groff_trace.man: Do it.
---
 ChangeLog                          |   27 +++++++++++++++++++++++++++
 contrib/pic2graph/pic2graph.man    |    4 ++--
 man/ditroff.man                    |   14 +++++++-------
 man/groff.man                      |    2 +-
 man/groff_diff.man                 |    7 +++++++
 man/groff_out.man                  |    7 +++++++
 man/groff_tmac.man                 |   15 +++++++++++++++
 man/roff.man                       |    8 ++++++++
 src/devices/grodvi/grodvi.man      |    2 +-
 src/devices/grohtml/grohtml.man    |    8 ++++----
 src/devices/grolbp/grolbp.man      |   20 ++++++++++----------
 src/devices/grolj4/grolj4.man      |    4 ++--
 src/devices/grolj4/lj4_font.man    |    2 +-
 src/devices/gropdf/gropdf.man      |    9 ++++++++-
 src/devices/gropdf/pdfmom.man      |    8 ++++----
 src/devices/grops/grops.man        |    7 +++++++
 src/devices/grotty/grotty.man      |    2 +-
 src/devices/xditview/gxditview.man |    2 +-
 src/preproc/eqn/eqn.man            |   11 +++++++++--
 src/preproc/eqn/neqn.man           |    2 +-
 src/preproc/grn/grn.man            |    2 +-
 src/preproc/pic/pic.man            |    7 +++++++
 src/preproc/preconv/preconv.man    |    7 +++++++
 src/preproc/refer/refer.man        |    2 +-
 src/preproc/soelim/soelim.man      |    7 +++++++
 src/preproc/tbl/tbl.man            |    7 +++++++
 src/roff/groff/groff.man           |    7 +++++++
 src/roff/grog/grog.man             |   16 ++++++++--------
 src/roff/nroff/nroff.man           |   10 +++++-----
 src/roff/troff/troff.man           |   12 ++++++------
 src/utils/addftinfo/addftinfo.man  |   24 ++++++++++++------------
 src/utils/afmtodit/afmtodit.man    |   22 +++++++++++-----------
 src/utils/hpftodit/hpftodit.man    |    7 +++++++
 src/utils/indxbib/indxbib.man      |    4 ++--
 src/utils/lkbib/lkbib.man          |    2 +-
 src/utils/lookbib/lookbib.man      |    2 +-
 src/utils/pfbtops/pfbtops.man      |    2 +-
 src/utils/tfmtodit/tfmtodit.man    |    4 ++--
 src/utils/xtotroff/xtotroff.man    |    6 +++---
 tmac/groff_man.man                 |    7 +++++++
 tmac/groff_trace.man               |    7 +++++++
 41 files changed, 233 insertions(+), 92 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 598a79c..c4e4f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
 2015-04-03  Werner LEMBERG  <address@hidden>
 
+       Fix Savannah bug #44708 (2/2).
+
+       Make man pages work in compatibility mode.
+       Also fix some minor typos.
+
+       * contrib/pic2graph/pic2graph.man, man/ditroff.man, man/groff.man,
+       man/groff_diff.man, man/groff_out.man, man/groff_tmac.man,
+       man/roff.man, src/devices/grodvi/grodvi.man,
+       src/devices/grohtml/grohtml.man, src/devices/grolbp/grolbp.man,
+       src/devices/grolj4/grolj4.man, src/devices/grolj4/lj4_font.man,
+       src/devices/gropdf/gropdf.man, src/devices/gropdf/pdfmom.man,
+       src/devices/grops/grops.man, src/devices/grotty/grotty.man,
+       src/devices/xditview/xditview.man, src/preproc/eqn/eqn.man,
+       src/preproc/eqn/neqn.man, src/preproc/grn/grn.man,
+       src/preproc/pic/pic.man, src/preproc/preconv/preconv.man,
+       src/preproc/refer/refer.man, src/preproc/soelim/soelim.man,
+       src/preproc/tbl/tbl.man, src/roff/groff/groff.man,
+       src/roff/grog/grog.man, src/roff/nroff/nroff.man,
+       src/roff/troff/troff.man, src/utils/addftinto/addftinfo.man,
+       src/utils/afmtodit/afmtodit.man, src/utils/hpftodit/hpftodit.man,
+       src/utils/indxbib/indxbib.man, src/utils/lkbib/lkbib.man,
+       src/utils/lookbib/lookbib.man, src/utils/pfbtops/pfbtops.man,
+       src/utils/tfmtodit/tfmtodit.man, src/utils/xtotroff/xtotroff.man,
+       tmac/groff_man.man, tmac/groff_trace.man: Do it.
+
+2015-04-03  Werner LEMBERG  <address@hidden>
+
        Fix Savannah bug #44708 (1/2).
 
        * tmac/andoc.tmac (reload_doc, reload_man): Don't use `de1',
diff --git a/contrib/pic2graph/pic2graph.man b/contrib/pic2graph/pic2graph.man
index 4436e63..5b57818 100644
--- a/contrib/pic2graph/pic2graph.man
+++ b/contrib/pic2graph/pic2graph.man
@@ -89,7 +89,7 @@ black-on-transparent graphic.
 By specifying command-line options to be passed to
 .BR \%convert (1)
 you can give it a border, force the background transparent, set the
-image\[aq]s pixel density, or perform other useful transformations.
+image\(aqs pixel density, or perform other useful transformations.
 .
 .
 .P
@@ -117,7 +117,7 @@ Run
 .BR @address@hidden (@MAN1EXT@)
 and
 .BR groff (@MAN1EXT@)
-in the \[oq]unsafe\[cq] mode enabling the PIC macro
+in the \(oqunsafe\(cq mode enabling the PIC macro
 .B sh
 to execute arbitrary commands.
 .
diff --git a/man/ditroff.man b/man/ditroff.man
index 16a6feb..90f80e6 100644
--- a/man/ditroff.man
+++ b/man/ditroff.man
@@ -7,7 +7,7 @@ ditroff \- classical device independent roff
 .
 .
 .de co
-Copyright \[co] 2001-2014 Free Software Foundation, Inc.
+Copyright \(co 2001-2014 Free Software Foundation, Inc.
 
 This file is part of groff, the GNU roff type-setting system.
 
@@ -68,27 +68,27 @@ In 1979, Brian Kernighan rewrote troff to support more 
devices by
 creating an intermediate output format for troff that can be fed into
 postprocessor programs which actually do the printout on the device.
 .
-Kernighan\[aq]s version marks what is known as
+Kernighan\(aqs version marks what is known as
 .I classical troff
 today.
 .
-In order to distinguish it from Ossanna\[aq]s original mono-device
+In order to distinguish it from Ossanna\(aqs original mono-device
 version, it was called
 .I ditroff
 .RI ( d "evice " i "ndependent " troff )
-on some systems, though this naming isn\[aq]t mentioned in the
+on some systems, though this naming isn\(aqt mentioned in the
 classical documentation.
 .
 .
 .P
-Today, any existing roff system is based on Kernighan\[aq]s
+Today, any existing roff system is based on Kernighan\(aqs
 multi-device troff.
 .
 The distinction between
 .I troff
 and
 .I ditroff
-isn\[aq]t necessary any longer, for each modern
+isn\(aqt necessary any longer, for each modern
 .I troff
 provides already the complete functionality of
 .IR ditroff .
@@ -116,7 +116,7 @@ that automatically handles postprocessing.
 .TP
 .I [CSTR\~#54]
 The 1992 revision of the
-.I Nroff/Troff User\[aq]s Manual
+.I Nroff/Troff User\(aqs Manual
 by
 .I J.\& F.\& Ossanna
 and
diff --git a/man/groff.man b/man/groff.man
index ca80f02..df9e495 100644
--- a/man/groff.man
+++ b/man/groff.man
@@ -13,7 +13,7 @@ groff \- a short reference for the GNU roff language
 .de co
 This file is part of groff, the GNU roff type-setting system.
 
-Copyright \[co] 2000-2014 Free Software Foundation, Inc.
+Copyright \(co 2000-2014 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/man/groff_diff.man b/man/groff_diff.man
index eacccd3..e84d7f6 100644
--- a/man/groff_diff.man
+++ b/man/groff_diff.man
@@ -9,6 +9,10 @@ groff_diff \- differences between GNU troff and classical troff
 .\" Installed position: <prefix>/share/man/man7/groff_diff.7
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .de co
 Copyright \[co] 1989-2014 Free Software Foundation, Inc.
 .
@@ -3964,6 +3968,9 @@ classical troff documentation
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" --------------------------------------------------------------------
 .\" Emacs variables
 .\" --------------------------------------------------------------------
diff --git a/man/groff_out.man b/man/groff_out.man
index f9ef631..994ed72 100644
--- a/man/groff_out.man
+++ b/man/groff_out.man
@@ -9,6 +9,10 @@ groff_out \- groff intermediate output format
 .\" Installed position: <prefix>/share/man/man5/groff_out.5
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" License and authors
 .\" --------------------------------------------------------------------
@@ -2002,6 +2006,9 @@ CSTR\~#54
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" --------------------------------------------------------------------
 .\" Emacs settings
 .\" --------------------------------------------------------------------
diff --git a/man/groff_tmac.man b/man/groff_tmac.man
index 5017dcb..5423844 100644
--- a/man/groff_tmac.man
+++ b/man/groff_tmac.man
@@ -7,6 +7,10 @@ groff_tmac \- macro files in the roff typesetting system
 .\" Source file position: <groff_source>/man/groff_tmac.man
 .\" Installed position: <prefix>/share/man/man5/groff_tmac.5
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legalese
 .\" --------------------------------------------------------------------
@@ -1269,3 +1273,14 @@ FHS web site
 .SH AUTHOR
 .\" --------------------------------------------------------------------
 .au
+.
+..cp \n[groff_C]
+.
+.
+.\" --------------------------------------------------------------------
+.\" Emacs settings
+.\" --------------------------------------------------------------------
+.
+.\" Local Variables:
+.\" mode: nroff
+.\" End:
diff --git a/man/roff.man b/man/roff.man
index 6ce18e7..da83845 100644
--- a/man/roff.man
+++ b/man/roff.man
@@ -5,6 +5,11 @@ roff \- concepts and history of roff typesetting
 .
 .\" this is man-page roff.7
 .
+.
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legalese
 .\" --------------------------------------------------------------------
@@ -1359,6 +1364,9 @@ might be a good starting point.
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" --------------------------------------------------------------------
 .\" Emacs setup
 .\" --------------------------------------------------------------------
diff --git a/src/devices/grodvi/grodvi.man b/src/devices/grodvi/grodvi.man
index 1ff44e9..fd093bf 100644
--- a/src/devices/grodvi/grodvi.man
+++ b/src/devices/grodvi/grodvi.man
@@ -5,7 +5,7 @@ grodvi \- convert groff output to TeX dvi format
 .
 .\" copying (license)
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/devices/grohtml/grohtml.man b/src/devices/grohtml/grohtml.man
index 51eae22..2efdd81 100644
--- a/src/devices/grohtml/grohtml.man
+++ b/src/devices/grohtml/grohtml.man
@@ -5,7 +5,7 @@ grohtml \- html driver for groff
 .
 .\" license
 .de co
-Copyright \[co] 1999-2014 Free Software Foundation, Inc.
+Copyright \(co 1999-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -102,7 +102,7 @@ is run by
 options can be passed to
 .B grohtml
 using
-.BR groff \[aq]s
+.BR groff \(aqs
 .B \-P
 option.
 .
@@ -126,7 +126,7 @@ always writes output in \%UTF-8 encoding and has built-in 
entities for
 all non-composite unicode characters.
 .
 In spite of this, groff may issue warnings about unknown special
-characters if they can\[aq]t be found during the first pass.
+characters if they can\(aqt be found during the first pass.
 .
 Such warnings can be safely ignored unless the special characters
 appear inside a table or equation.
@@ -269,7 +269,7 @@ found.
 .
 Without the option the anchor value is the textual heading.
 .
-This can cause problems when a heading contains a \[oq]?\[cq] on older
+This can cause problems when a heading contains a \(oq?\(cqa on older
 versions of some browsers (Netscape).
 .
 This flag is automatically turned on if a heading contains an image.
diff --git a/src/devices/grolbp/grolbp.man b/src/devices/grolbp/grolbp.man
index 37f30b9..eacede3 100644
--- a/src/devices/grolbp/grolbp.man
+++ b/src/devices/grolbp/grolbp.man
@@ -10,7 +10,7 @@ series laser printers).
 .
 .\" license
 .de co
-Copyright \[co] 1994-2014 Free Software Foundation, Inc.
+Copyright \(co 1994-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -112,7 +112,7 @@ position, and the diagonally opposite corner at the current 
position
 .
 Note that there can be whitespace between a one-letter option and its
 argument; on the other hand, there must be whitespace and/or an equal sign
-(\[oq]=\[cq]) between a long-name option and its argument.
+(\(oq=\(cq) between a long-name option and its argument.
 .
 .TP
 .BI \-c numcopies
@@ -143,7 +143,7 @@ which must be a valid paper size description as indicated 
in the section
 .BI \-\-orientation= orientation
 Print the document with
 .I orientation
-orientation, which must be \[oq]portrait\[cq] or \[oq]landscape\[cq].
+orientation, which must be \(oqportrait\(cq or \(oqlandscape\(cq.
 .
 .TP
 .BI \-w width
@@ -153,7 +153,7 @@ Set the default line thickness to
 .I width
 thousandths of an em.
 .
-If this option isn\[aq]t specified, the line thickness defaults to 0.04\~em.
+If this option isn\(aqt specified, the line thickness defaults to 0.04\~em.
 .
 .TP
 .B \-v
@@ -348,9 +348,9 @@ or
 indicating the font styles Roman, Italic and Bold respectively.
 .
 .IP
-For instance, if the printer\[aq]s
+For instance, if the printer\(aqs
 .I font listing A
-shows font \[oq]Nelite12I.ISO_USA\[cq], the corresponding entry in the
+shows font \(oqNelite12I.ISO_USA\(cq, the corresponding entry in the
 font description file is
 .sp 1
 .in +2m
@@ -367,14 +367,14 @@ program.
 .IP \(bu
 For scalable fonts,
 .I printer_font_name
-is identical to the font name as it appears in the printer\[aq]s
+is identical to the font name as it appears in the printer\(aqs
 .IR "font listing A" .
 .
 .IP
-For instance, to select the \[oq]Swiss\[cq] font in bold style, which
-appears in the printer\[aq]s
+For instance, to select the \(oqSwiss\(cq font in bold style, which
+appears in the printer\(aqs
 .I font listing A
-as \[oq]Swiss-Bold\[cq], the required
+as \(oqSwiss-Bold\(cq, the required
 .B lbpname
 command line is
 .sp 1
diff --git a/src/devices/grolj4/grolj4.man b/src/devices/grolj4/grolj4.man
index bddcbb0..3c89868 100644
--- a/src/devices/grolj4/grolj4.man
+++ b/src/devices/grolj4/grolj4.man
@@ -6,7 +6,7 @@ grolj4 \- groff driver for HP Laserjet 4 family
 .
 .\" license
 .de co
-Copyright \[co] 1994-2014 Free Software Foundation, Inc.
+Copyright \(co 1994-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -127,7 +127,7 @@ Set the default line thickness to
 .I n
 thousandths of an em.
 .
-If this option isn\[aq]t specified, the line thickness defaults to
+If this option isn\(aqt specified, the line thickness defaults to
 0.04\~em.
 .
 .TP
diff --git a/src/devices/grolj4/lj4_font.man b/src/devices/grolj4/lj4_font.man
index fff7209..493e647 100644
--- a/src/devices/grolj4/lj4_font.man
+++ b/src/devices/grolj4/lj4_font.man
@@ -6,7 +6,7 @@ lj4_font \- groff fonts for use with devlj4
 .
 .\" license
 .de co
-Copyright \[co] 2004-2014 Free Software Foundation, Inc.
+Copyright \(co 2004-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/devices/gropdf/gropdf.man b/src/devices/gropdf/gropdf.man
index 3bbace6..76fdc87 100644
--- a/src/devices/gropdf/gropdf.man
+++ b/src/devices/gropdf/gropdf.man
@@ -4,6 +4,10 @@
 gropdf \- PDF driver for groff
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license
 .de co
 Copyright \[co] 2011-2014 Free Software Foundation, Inc.
@@ -994,7 +998,7 @@ To continue the above example we assume that the PS font 
name for
 Foo-Bar-Bold.pfa is \[oq]XY-Foo-Bar-Bold\[cq] (the PS font name is
 stored in the
 .B internalname
-field in the \[oq]FBB\[cq] file) and belongs to foundry \[oq]F\[]cq]
+field in the \[oq]FBB\[cq] file) and belongs to foundry \[oq]F\[cq]
 thus the following line should be added to \[oq]download\[cq]:
 .
 .RS
@@ -1103,6 +1107,9 @@ automatically loaded by
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/devices/gropdf/pdfmom.man b/src/devices/gropdf/pdfmom.man
index c93ed22..44b2d2a 100644
--- a/src/devices/gropdf/pdfmom.man
+++ b/src/devices/gropdf/pdfmom.man
@@ -8,7 +8,7 @@ pdfmom \- Produce PDF documents using the mom macro set
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 2012-2014 Free Software Foundation, Inc.
+Copyright \(co 2012-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -77,7 +77,7 @@ If called with the
 .B \-Tpdf
 option (which is the default),
 .B pdfmom
-processes files using groff\[aq]s native PDF driver,
+processes files using groff\(aqs native PDF driver,
 .BR gropdf .
 .
 If
@@ -85,7 +85,7 @@ If
 is given, processing is passed over to
 .BR pdfroff ,
 which uses
-.BR groff \[aq]s
+.BR groff \(aqs
 PostScript driver.
 .
 In either case, multiple runs of the source file are peformed in
@@ -144,7 +144,7 @@ sometimes issues warnings of the type
 .P
 .RS 2
 \&.\|.\|.:
-.B can\[aq]t transparently output node at top level
+.B can\(aqt transparently output node at top level
 .RE
 .
 .P
diff --git a/src/devices/grops/grops.man b/src/devices/grops/grops.man
index 99fb748..e7064d2 100644
--- a/src/devices/grops/grops.man
+++ b/src/devices/grops/grops.man
@@ -3,6 +3,10 @@
 grops \- PostScript driver for groff
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license
 .de co
 Copyright \[co] 1989-2014 Free Software Foundation, Inc.
@@ -1494,6 +1498,9 @@ PostScript Language Document Structuring Conventions 
Specification
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/devices/grotty/grotty.man b/src/devices/grotty/grotty.man
index 07ab62a..0c7ed8d 100644
--- a/src/devices/grotty/grotty.man
+++ b/src/devices/grotty/grotty.man
@@ -6,7 +6,7 @@ grotty \- groff driver for typewriter-like devices
 .
 .\" license
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/devices/xditview/gxditview.man 
b/src/devices/xditview/gxditview.man
index d644b53..5beff08 100644
--- a/src/devices/xditview/gxditview.man
+++ b/src/devices/xditview/gxditview.man
@@ -8,7 +8,7 @@ gxditview \- display groff intermediate output files
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989, Massachusetts Institute of Technology.
+Copyright \(co 1989, Massachusetts Institute of Technology.
 .br
 See
 .BR X (7)
diff --git a/src/preproc/eqn/eqn.man b/src/preproc/eqn/eqn.man
index 1936daa..c256a54 100644
--- a/src/preproc/eqn/eqn.man
+++ b/src/preproc/eqn/eqn.man
@@ -3,6 +3,10 @@
 @address@hidden \- format equations for troff or MathML
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license (copying)
 .de co
 Copyright \[co] 1989-2014 Free Software Foundation, Inc.
@@ -341,7 +345,7 @@ a closing bracket such as \[oq])\[cq];
 .
 .TP
 punctuation
-a punctuation character such as \[oq],\[cl];
+a punctuation character such as \[oq],\[cq];
 .
 .TP
 inner
@@ -468,7 +472,7 @@ This vertically centers
 about the math axis.
 .
 The math axis is the vertical position about which characters such as
-\[oq]\[pl]\[]cq and \[oq]\[mi]\[cq] are centered; also it is the
+\[oq]\[pl]\[cq] and \[oq]\[mi]\[cq] are centered; also it is the
 vertical position used for the bar of fractions.
 .
 For example,
@@ -1401,6 +1405,9 @@ This is allowed by the specification, but inefficient.
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/preproc/eqn/neqn.man b/src/preproc/eqn/neqn.man
index 96b809c..e4dd56a 100644
--- a/src/preproc/eqn/neqn.man
+++ b/src/preproc/eqn/neqn.man
@@ -5,7 +5,7 @@
 .
 .\" license
 .de co
-Copyright \[co] 2001-2014 Free Software Foundation, Inc.
+Copyright \(co 2001-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/preproc/grn/grn.man b/src/preproc/grn/grn.man
index f7751c9..6d31680 100644
--- a/src/preproc/grn/grn.man
+++ b/src/preproc/grn/grn.man
@@ -10,7 +10,7 @@
 .
 .\" license
 .de co
-Copyright \[co] 2000-2014 Free Software Foundation, Inc.
+Copyright \(co 2000-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/preproc/pic/pic.man b/src/preproc/pic/pic.man
index 04ea3e0..cc27279 100644
--- a/src/preproc/pic/pic.man
+++ b/src/preproc/pic/pic.man
@@ -3,6 +3,10 @@
 @address@hidden \- compile pictures for troff or TeX
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" License (copying)
 .\" --------------------------------------------------------------------
@@ -1343,6 +1347,9 @@ PostScript\*R is a registered trademark of Adobe Systems 
Incorporation.
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/preproc/preconv/preconv.man b/src/preproc/preconv/preconv.man
index db2a698..46363d3 100644
--- a/src/preproc/preconv/preconv.man
+++ b/src/preproc/preconv/preconv.man
@@ -3,6 +3,10 @@
 preconv \- convert encoding of input files to something GNU troff understands
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license (copying)
 .de co
 Copyright \[co] 2006-2014 Free Software Foundation, Inc.
@@ -355,6 +359,9 @@ info pages
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Emacs setting
 .\" Local Variables:
 .\" mode: nroff
diff --git a/src/preproc/refer/refer.man b/src/preproc/refer/refer.man
index f5bc6c7..6f9f52b 100644
--- a/src/preproc/refer/refer.man
+++ b/src/preproc/refer/refer.man
@@ -8,7 +8,7 @@
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/preproc/soelim/soelim.man b/src/preproc/soelim/soelim.man
index 765d36d..6ed6278 100644
--- a/src/preproc/soelim/soelim.man
+++ b/src/preproc/soelim/soelim.man
@@ -5,6 +5,10 @@
 @address@hidden \- interpret .so requests in groff input
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license (copying)
 .de co
 Copyright \[co] 1989-2014 Free Software Foundation, Inc.
@@ -275,6 +279,9 @@ box invisible width 0.5 height 0.4 "output" "file"
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/preproc/tbl/tbl.man b/src/preproc/tbl/tbl.man
index 46b79c4..a8fae6d 100644
--- a/src/preproc/tbl/tbl.man
+++ b/src/preproc/tbl/tbl.man
@@ -4,6 +4,10 @@
 @address@hidden \- format tables for troff
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" license
 .de co
 Copyright \[co] 1989-2014 Free Software Foundation, Inc.
@@ -1225,6 +1229,9 @@ but copies can be found with a title search on the World 
Wide Web.
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/roff/groff/groff.man b/src/roff/groff/groff.man
index e30d1b5..8d015cd 100644
--- a/src/roff/groff/groff.man
+++ b/src/roff/groff/groff.man
@@ -5,6 +5,10 @@ groff \- front-end for the groff document formatting system
 .\" groff.man -> groff.1
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legal Terms
 .\" --------------------------------------------------------------------
@@ -2026,6 +2030,9 @@ The following utilities are available:
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" --------------------------------------------------------------------
 .\" Emacs setup
 .\" --------------------------------------------------------------------
diff --git a/src/roff/grog/grog.man b/src/roff/grog/grog.man
index 0607dcb..4609155 100644
--- a/src/roff/grog/grog.man
+++ b/src/roff/grog/grog.man
@@ -12,7 +12,7 @@ grog \(em guess options for a following groff command
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 This file is part of grog, which is part of groff, a free software
 project.  You can redistribute it and/or modify it under the terms of
@@ -48,12 +48,12 @@ Bernd Warken
 .\" --------------------------------------------------------------------
 .
 .\" Ellipsis ...
-.ie t .ds EL \fS\N'188'\fP
-.el .ds EL \&.\|.\|.\&\
+.ie t .ds EL \fS\N'188'\fP\"
+.el .ds EL \&.\|.\|.\&\"
 .\" called with \*(EL
 .
 .\" Bullet
-.ie t .ds BU \[bu]
+.ie t .ds BU \(bu
 .el .ds BU *
 .\" used in `.IP \*(BU 2m' (former .Topic)
 .
@@ -513,12 +513,12 @@ this file does not use a macro package.
 .RS
 Man-pages of section 1 can be viewed with either
 .RS
-\[Do]
+\(Do
 .BI man " name"
 .RE
 for text mode or
 .RS
-\[Do]
+\(Do
 .BI groffer " name"
 .RE
 for graphical mode (default is PDF mode).
@@ -535,12 +535,12 @@ for graphical mode (default is PDF mode).
 .RS
 Man-pages of section 7 can be viewed with either with
 .RS
-\[Do]
+\(Do
 .BI "man 7 " name
 .RE
 for text mode or
 .RS
-\[Do]
+\(Do
 .BI "groffer 7 " name
 .RE
 for graphical mode (default is PDF mode).
diff --git a/src/roff/nroff/nroff.man b/src/roff/nroff/nroff.man
index d746943..46104e5 100644
--- a/src/roff/nroff/nroff.man
+++ b/src/roff/nroff/nroff.man
@@ -8,7 +8,7 @@
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -78,7 +78,7 @@ are devices accepted by
 .BR nroff
 to select the output encoding emitted by
 .BR grotty ,
-groff\[aq]s TTY output device.
+groff\(aqs TTY output device.
 .
 If neither the
 .B GROFF_TYPESETTER
@@ -108,7 +108,7 @@ and
 .B \-c
 options
 are equivalent to
-.BR grotty \[aq]s
+.BR grotty \(aqs
 options
 .B \-h
 (using tabs in the output) and
@@ -168,7 +168,7 @@ prints a help message.
 .B GROFF_TYPESETTER
 The default device for
 .BR groff .
-If not set (which is the normal case), it defaults to \[oq]ps\[cq].
+If not set (which is the normal case), it defaults to \(oqps\(cq.
 .
 .TP
 .SM
@@ -177,7 +177,7 @@ A colon separated list of directories in which to search 
for the
 .B groff
 executable before searching in PATH.
 .
-If unset, address@hidden@\[cq] is used.
+If unset, \(address@hidden@\(cq is used.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/src/roff/troff/troff.man b/src/roff/troff/troff.man
index 684f441..0414440 100644
--- a/src/roff/troff/troff.man
+++ b/src/roff/troff/troff.man
@@ -11,7 +11,7 @@
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 This file is part of groff, the GNU roff type-setting system, which
 is a GNU free software project..
@@ -98,7 +98,7 @@ Print a backtrace with each warning or error message.
 This backtrace should help track down the cause of the error.
 .
 The line numbers given in the backtrace may not always be correct, for
-.BR @address@hidden \[aq]s
+.BR @address@hidden \(aqs
 idea of line numbers gets confused by
 .B as
 or
@@ -131,7 +131,7 @@ must be a one letter name.
 Inhibit all error messages of
 .BR @address@hidden .
 .
-Note that this doesn\[aq]t affect messages output to standard error by
+Note that this doesn\(aqt affect messages output to standard error by
 macro packages using the
 .B tm
 or
@@ -188,7 +188,7 @@ No directory search is performed for files with an absolute 
file name.
 Read in the file
 .IB name .tmac\fR.
 .
-If it isn\[aq]t found, try
+If it isn\(aqt found, try
 .BI tmac. name
 instead.
 .
@@ -253,7 +253,7 @@ can be any troff numeric expression.
 .
 .TP
 .B \-R
-Don\[aq]t load
+Don\(aqt load
 .B troffrc
 and
 .BR troffrc-end .
@@ -467,7 +467,7 @@ particular name.
 .TP
 .BR right-brace "\t4096"
 Use of
-.B \[rs]}
+.B \(rs}
 where a number was expected.
 .
 .TP
diff --git a/src/utils/addftinfo/addftinfo.man 
b/src/utils/addftinfo/addftinfo.man
index 86479a8..074deaf 100644
--- a/src/utils/addftinfo/addftinfo.man
+++ b/src/utils/addftinfo/addftinfo.man
@@ -8,7 +8,7 @@ addftinfo \- add information to troff font files for use with 
groff
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -31,8 +31,8 @@ the original English.
 .\" --------------------------------------------------------------------
 .
 .\" Ellipsis ...
-.ie t .ds EL \fS\N'188'\fP
-.el .ds EL \&.\|.\|.\&\
+.ie t .ds EL \fS\N'188'\fP\"
+.el .ds EL \&.\|.\|.\&\"
 .\" called with \*(EL
 .
 .
@@ -88,7 +88,7 @@ the font will be assumed to be italic.
 .SH OPTIONS
 .\" --------------------------------------------------------------------
 .
-.B \[en]v
+.B \-v
 prints the version number.
 .
 .
@@ -107,35 +107,35 @@ for a font whose point size is
 must be one of:
 .
 .TP
-.B \[en]x\-height
+.B \-x\-height
 The height of lowercase letters without ascenders such as x.
 .
 .TP
-.B \[en]fig-height
+.B \-fig\-height
 The height of figures (digits).
 .
 .TP
-.B \[en]asc-height
+.B \-asc\-height
 The height of characters with ascenders, such as b, d or l.
 .
 .TP
-.B \[en]body\-height
+.B \-body\-height
 The height of characters such as parentheses.
 .
 .TP
-.B \[en]cap-height
+.B \-cap\-height
 The height of uppercase letters such as A.
 .
 .TP
-.B \[en]comma\-depth
+.B \-comma\-depth
 The depth of a comma.
 .
 .TP
-.B \[en]desc\-depth
+.B \-desc\-depth
 The depth of characters with descenders, such as p, q, or y.
 .
 .TP
-.B \[en]body\-depth
+.B \-body\-depth
 The depth of characters such as parentheses.
 .
 .
diff --git a/src/utils/afmtodit/afmtodit.man b/src/utils/afmtodit/afmtodit.man
index 21d9b8e..518381e 100644
--- a/src/utils/afmtodit/afmtodit.man
+++ b/src/utils/afmtodit/afmtodit.man
@@ -7,7 +7,7 @@ afmtodit \- create font files for use with groff \-Tps and 
\-Tpdf
 .\" Leagal Terms
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -115,8 +115,8 @@ Lines starting with
 .B #
 and blank lines are ignored.
 .
-If the file isn\[aq]t found in the current directory, it is searched
-in the \[oq]devps/generate\[cq] subdirectory of the default font
+If the file isn\(aqt found in the current directory, it is searched
+in the \(oqdevps/generate\(cq subdirectory of the default font
 directory.
 .
 .
@@ -134,7 +134,7 @@ character which can only be accessed by the
 escape sequence in
 .BR troff .
 .
-In particular, this is true for glyph variants like \[oq]foo.bar\[cq];
+In particular, this is true for glyph variants like \(oqfoo.bar\(cq;
 all glyph names containing one or more periods are mapped to unnamed
 entities.
 .
@@ -143,7 +143,7 @@ If option
 is not specified, the encoding defined in the AFM file (i.e., entries
 with non-negative character codes) is used.
 .
-Please refer to section \[oq]Using Symbols\[cq] in the groff info file
+Please refer to section \(oqUsing Symbols\(cq in the groff info file
 which describes how groff glyph names are constructed.
 .
 .
@@ -154,7 +154,7 @@ index values greater than 255 (or greater than the biggest 
character
 code used in the AFM file in the unlikely case that it is greater than
 255) in the groff font file.
 .
-Glyph indices of unencoded characters don\[aq]t have a specific order;
+Glyph indices of unencoded characters don\(aqt have a specific order;
 it is best to access them with glyph names only.
 .
 .
@@ -239,7 +239,7 @@ The device description file is
 rather than the default
 .BR DESC .
 .
-If not found in the current directory, the \[oq]devps\[qc]
+If not found in the current directory, the \(oqdevps\(cq
 subdirectory of the default font directory is searched (this is true
 for both the default device description file and a file given with
 option
@@ -255,7 +255,7 @@ The format of
 is described in
 .BR grops (@MAN1EXT@).
 .
-If not found in the current directory, the \[oq]devps\[cq]
+If not found in the current directory, the \(oqdevps\(cq
 subdirectory of the default font directory is searched.
 .
 .TP
@@ -270,7 +270,7 @@ character's width plus the character's italic correction is 
equal to
 .I n
 thousandths of an em
 plus the amount by which the right edge of the character's bounding box
-is to the right of the character\[aq]s origin.
+is to the right of the character\(aqs origin.
 .
 If this would result in a negative italic correction, use a zero
 italic correction instead.
@@ -290,7 +290,7 @@ equal to
 .I n
 thousandths of an em
 plus the amount by which the left edge of the character's bounding box
-is to the left of the character\[aq]s origin.
+is to the left of the character\(aqs origin.
 .
 The left italic correction may be negative unless option
 .B \-m
@@ -387,7 +387,7 @@ Standard mapping.
 .
 .
 .LP
-The groff info file, section \[oq]Using Symbols\[cq].
+The groff info file, section \(oqUsing Symbols\(cq.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/src/utils/hpftodit/hpftodit.man b/src/utils/hpftodit/hpftodit.man
index 0f37a7d..98a3d00 100644
--- a/src/utils/hpftodit/hpftodit.man
+++ b/src/utils/hpftodit/hpftodit.man
@@ -4,6 +4,10 @@
 hpftodit \- create font description files for use with groff \-Tlj4
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legal Terms
 .\" --------------------------------------------------------------------
@@ -380,6 +384,9 @@ Symbol mapping files
 .co
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/utils/indxbib/indxbib.man b/src/utils/indxbib/indxbib.man
index 313e6c0..5d319dc 100644
--- a/src/utils/indxbib/indxbib.man
+++ b/src/utils/indxbib/indxbib.man
@@ -4,7 +4,7 @@
 .
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -167,7 +167,7 @@ option can be given at most once.
 .
 .TP
 .BI \-i string
-Don\[aq]t index the contents of fields whose names are in
+Don\(aqt index the contents of fields whose names are in
 .IR string .
 .
 Initially
diff --git a/src/utils/lkbib/lkbib.man b/src/utils/lkbib/lkbib.man
index fa7eb2a..997b72e 100644
--- a/src/utils/lkbib/lkbib.man
+++ b/src/utils/lkbib/lkbib.man
@@ -8,7 +8,7 @@ lkbib \- search bibliographic databases
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/utils/lookbib/lookbib.man b/src/utils/lookbib/lookbib.man
index 3947046..4be4168 100644
--- a/src/utils/lookbib/lookbib.man
+++ b/src/utils/lookbib/lookbib.man
@@ -8,7 +8,7 @@
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/utils/pfbtops/pfbtops.man b/src/utils/pfbtops/pfbtops.man
index 4f4bd22..630d622 100644
--- a/src/utils/pfbtops/pfbtops.man
+++ b/src/utils/pfbtops/pfbtops.man
@@ -8,7 +8,7 @@ pfbtops \- translate a PostScript font in .pfb format to ASCII
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/src/utils/tfmtodit/tfmtodit.man b/src/utils/tfmtodit/tfmtodit.man
index a6e4073..92943e7 100644
--- a/src/utils/tfmtodit/tfmtodit.man
+++ b/src/utils/tfmtodit/tfmtodit.man
@@ -8,7 +8,7 @@ tfmtodit \- create font files for use with groff \-Tdvi
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 1989-2014 Free Software Foundation, Inc.
+Copyright \(co 1989-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -120,7 +120,7 @@ it should be listed in the
 command in the DESC file;
 if it is not special, there is no need to list it, since
 .B troff
-can automatically mount it when it\[aq]s first used.
+can automatically mount it when it\(aqs first used.
 .
 .
 .LP
diff --git a/src/utils/xtotroff/xtotroff.man b/src/utils/xtotroff/xtotroff.man
index e8e8f73..39fd7b5 100644
--- a/src/utils/xtotroff/xtotroff.man
+++ b/src/utils/xtotroff/xtotroff.man
@@ -8,7 +8,7 @@ xtotroff \- convert X font metrics into GNU troff font metrics
 .\" --------------------------------------------------------------------
 .
 .de co
-Copyright \[co] 2004-2014 Free Software Foundation, Inc.
+Copyright \(co 2004-2014 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -116,8 +116,8 @@ Print the version number.
 .\" --------------------------------------------------------------------
 .SH BUGS
 .\" --------------------------------------------------------------------
-The only supported font encodings are \[oq]iso8859-1\[cq] and
-\[cq]adobe-fontspecific\[cq].
+The only supported font encodings are \(oqiso8859-1\(cq and
+\(cqadobe-fontspecific\(cq.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/tmac/groff_man.man b/tmac/groff_man.man
index 85b37ba..8cc452b 100644
--- a/tmac/groff_man.man
+++ b/tmac/groff_man.man
@@ -4,6 +4,10 @@
 groff_man \- groff man macros to support generation of man pages
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legal Terms
 .\" --------------------------------------------------------------------
@@ -1269,6 +1273,9 @@ Local changes and customizations should be put into this 
file.
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" --------------------------------------------------------------------
 .\" ### Emacs settings:
 .\" Local Variables:
diff --git a/tmac/groff_trace.man b/tmac/groff_trace.man
index 7b04373..b31a60c 100644
--- a/tmac/groff_trace.man
+++ b/tmac/groff_trace.man
@@ -6,6 +6,10 @@ groff_trace \- groff macro package trace.tmac
 .\" File position: <groff-source>/tmac/groff_trace.man
 .
 .
+.do nr groff_C \n[.C]
+.cp 0
+.
+.
 .\" --------------------------------------------------------------------
 .\" Legal Terms
 .\" --------------------------------------------------------------------
@@ -323,6 +327,9 @@ file.
 .au
 .
 .
+.cp \n[groff_C]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:



reply via email to

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