groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/06: [man pages]: Remove compatibility save register.


From: G. Branden Robinson
Subject: [groff] 05/06: [man pages]: Remove compatibility save register.
Date: Sat, 3 Jul 2021 10:51:18 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7bafea3d92236c1d9585174ac49fef955dcd4ffb
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Jul 4 00:06:20 2021 +1000

    [man pages]: Remove compatibility save register.
    
    * **/*.man*: Remove page-local compatibility save register after
    using it.
    
    sed -i -e 's/^\.cp \\n\[\(\*[[:alnum:]_]\+\)\]/&\n.do rr \1/'
---
 ChangeLog                                     | 7 +++++++
 contrib/chem/chem.1.man                       | 1 +
 contrib/eqn2graph/eqn2graph.1.man             | 1 +
 contrib/gdiffmk/gdiffmk.1.man                 | 1 +
 contrib/glilypond/glilypond.1.man             | 1 +
 contrib/gperl/gperl.1.man                     | 1 +
 contrib/gpinyin/gpinyin.1.man                 | 1 +
 contrib/grap2graph/grap2graph.1.man           | 1 +
 contrib/groff_filenames/groff_filenames.5.man | 1 +
 contrib/hdtbl/groff_hdtbl.7.man               | 1 +
 contrib/mm/groff_mm.7.man                     | 1 +
 contrib/mm/groff_mmse.7.man                   | 1 +
 contrib/mm/mmroff.1.man                       | 1 +
 contrib/mom/groff_mom.7.man                   | 1 +
 contrib/pdfmark/pdfroff.1.man                 | 1 +
 contrib/pic2graph/pic2graph.1.man             | 1 +
 contrib/rfc1345/groff_rfc1345.7.man           | 1 +
 man/ditroff.7.man                             | 1 +
 man/groff.7.man                               | 1 +
 man/groff_char.7.man                          | 1 +
 man/groff_diff.7.man                          | 1 +
 man/groff_font.5.man                          | 1 +
 man/groff_out.5.man                           | 1 +
 man/groff_tmac.5.man                          | 1 +
 man/roff.7.man                                | 1 +
 src/devices/grodvi/grodvi.1.man               | 1 +
 src/devices/grohtml/grohtml.1.man             | 1 +
 src/devices/grolbp/grolbp.1.man               | 1 +
 src/devices/grolj4/grolj4.1.man               | 1 +
 src/devices/grolj4/lj4_font.5.man             | 1 +
 src/devices/gropdf/gropdf.1.man               | 1 +
 src/devices/gropdf/pdfmom.1.man               | 1 +
 src/devices/grops/grops.1.man                 | 1 +
 src/devices/grotty/grotty.1.man               | 1 +
 src/devices/xditview/gxditview.1.man          | 1 +
 src/preproc/eqn/eqn.1.man                     | 1 +
 src/preproc/grn/grn.1.man                     | 1 +
 src/preproc/pic/pic.1.man                     | 1 +
 src/preproc/preconv/preconv.1.man             | 1 +
 src/preproc/refer/refer.1.man                 | 1 +
 src/preproc/soelim/soelim.1.man               | 1 +
 src/preproc/tbl/tbl.1.man                     | 1 +
 src/roff/groff/groff.1.man                    | 1 +
 src/roff/nroff/nroff.1.man                    | 1 +
 src/roff/troff/troff.1.man                    | 1 +
 src/utils/addftinfo/addftinfo.1.man           | 1 +
 src/utils/afmtodit/afmtodit.1.man             | 1 +
 src/utils/grog/grog.1.man                     | 1 +
 src/utils/hpftodit/hpftodit.1.man             | 1 +
 src/utils/indxbib/indxbib.1.man               | 1 +
 src/utils/lkbib/lkbib.1.man                   | 1 +
 src/utils/lookbib/lookbib.1.man               | 1 +
 src/utils/pfbtops/pfbtops.1.man               | 1 +
 src/utils/tfmtodit/tfmtodit.1.man             | 1 +
 src/utils/xtotroff/xtotroff.1.man             | 1 +
 tmac/groff_man.7.man.in                       | 1 +
 tmac/groff_me.7.man                           | 1 +
 tmac/groff_ms.7.man                           | 1 +
 tmac/groff_trace.7.man                        | 1 +
 tmac/groff_www.7.man                          | 1 +
 60 files changed, 66 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c2821e7..a2ce11f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2021-07-03  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       [man pages]: Remove compatibility save register.
+
+       * **/*.man*: Remove page-local compatibility save register after
+       using it.
+
+2021-07-03  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        [tmac]: Simplify `mso` requests.
 
        * tmac/X.tmac:
diff --git a/contrib/chem/chem.1.man b/contrib/chem/chem.1.man
index 1c40f5b..685f907 100644
--- a/contrib/chem/chem.1.man
+++ b/contrib/chem/chem.1.man
@@ -895,6 +895,7 @@ AT&T Bell Laboratories Computing Science Techical Report 
No.\& 122
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_chem_1_man_C]
+.do rr *groff_chem_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/eqn2graph/eqn2graph.1.man 
b/contrib/eqn2graph/eqn2graph.1.man
index 8cca3da..405ae6a 100644
--- a/contrib/eqn2graph/eqn2graph.1.man
+++ b/contrib/eqn2graph/eqn2graph.1.man
@@ -160,6 +160,7 @@ by W.\& Richard Stevens.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_eqn2graph_1_man_C]
+.do rr *groff_eqn2graph_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/gdiffmk/gdiffmk.1.man b/contrib/gdiffmk/gdiffmk.1.man
index 5ba4702..91a3fcd 100644
--- a/contrib/gdiffmk/gdiffmk.1.man
+++ b/contrib/gdiffmk/gdiffmk.1.man
@@ -263,6 +263,7 @@ Mike Bianchi
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_gdiffmk_1_man_C]
+.do rr *groff_gdiffmk_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/glilypond/glilypond.1.man 
b/contrib/glilypond/glilypond.1.man
index 775f631..9c235ba 100644
--- a/contrib/glilypond/glilypond.1.man
+++ b/contrib/glilypond/glilypond.1.man
@@ -882,6 +882,7 @@ format.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_glilypond_1_man_C]
+.do rr *groff_glilypond_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/gperl/gperl.1.man b/contrib/gperl/gperl.1.man
index 955413d..a417fd4 100644
--- a/contrib/gperl/gperl.1.man
+++ b/contrib/gperl/gperl.1.man
@@ -463,6 +463,7 @@ are
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_gperl_1_man_C]
+.do rr *groff_gperl_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/gpinyin/gpinyin.1.man b/contrib/gpinyin/gpinyin.1.man
index dff4c0a..e79dbe6 100644
--- a/contrib/gpinyin/gpinyin.1.man
+++ b/contrib/gpinyin/gpinyin.1.man
@@ -343,6 +343,7 @@ respectively.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_gpinyin_1_man_C]
+.do rr *groff_gpinyin_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/grap2graph/grap2graph.1.man 
b/contrib/grap2graph/grap2graph.1.man
index 5b5f88a..2f2bb27 100644
--- a/contrib/grap2graph/grap2graph.1.man
+++ b/contrib/grap2graph/grap2graph.1.man
@@ -177,6 +177,7 @@ by W.\& Richard Stevens.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grap2graph_1_man_C]
+.do rr *groff_grap2graph_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/groff_filenames/groff_filenames.5.man 
b/contrib/groff_filenames/groff_filenames.5.man
index b0d4dea..e8cb88e 100644
--- a/contrib/groff_filenames/groff_filenames.5.man
+++ b/contrib/groff_filenames/groff_filenames.5.man
@@ -611,6 +611,7 @@ History and future
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_filenames_5_man_C]
+.do rr *groff_groff_filenames_5_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/hdtbl/groff_hdtbl.7.man b/contrib/hdtbl/groff_hdtbl.7.man
index 7d589cd..2a0a532 100644
--- a/contrib/hdtbl/groff_hdtbl.7.man
+++ b/contrib/hdtbl/groff_hdtbl.7.man
@@ -1305,6 +1305,7 @@ preprocessor for tables.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_hdtbl_7_man_C]
+.do rr *groff_groff_hdtbl_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index 004db96..235b1d7 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -4030,6 +4030,7 @@ of Lund, Sweden.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_mm_7_man_C]
+.do rr *groff_groff_mm_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/mm/groff_mmse.7.man b/contrib/mm/groff_mmse.7.man
index eb9d9b9..f5bfada 100644
--- a/contrib/mm/groff_mmse.7.man
+++ b/contrib/mm/groff_mmse.7.man
@@ -166,6 +166,7 @@ J
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_mmse_7_man_C]
+.do rr *groff_groff_mmse_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/mm/mmroff.1.man b/contrib/mm/mmroff.1.man
index 04253b8..b6c39d3 100644
--- a/contrib/mm/mmroff.1.man
+++ b/contrib/mm/mmroff.1.man
@@ -105,6 +105,7 @@ Sweden.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_mmroff_1_man_C]
+.do rr *groff_mmroff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/mom/groff_mom.7.man b/contrib/mom/groff_mom.7.man
index 8f86c6d..994f794 100644
--- a/contrib/mom/groff_mom.7.man
+++ b/contrib/mom/groff_mom.7.man
@@ -3400,6 +3400,7 @@ macros homepage
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_mom_7_man_C]
+.do rr *groff_groff_mom_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/pdfmark/pdfroff.1.man b/contrib/pdfmark/pdfroff.1.man
index bac3f79..99f1a9a 100644
--- a/contrib/pdfmark/pdfroff.1.man
+++ b/contrib/pdfmark/pdfroff.1.man
@@ -958,6 +958,7 @@ distribution.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_pdfroff_1_man_C]
+.do rr *groff_pdfroff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/pic2graph/pic2graph.1.man 
b/contrib/pic2graph/pic2graph.1.man
index c6fbd15..7f5b5bd 100644
--- a/contrib/pic2graph/pic2graph.1.man
+++ b/contrib/pic2graph/pic2graph.1.man
@@ -205,6 +205,7 @@ W.\& Richard Stevens,
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_pic2graph_1_man_C]
+.do rr *groff_pic2graph_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/contrib/rfc1345/groff_rfc1345.7.man 
b/contrib/rfc1345/groff_rfc1345.7.man
index 958c384..845a6cd 100644
--- a/contrib/rfc1345/groff_rfc1345.7.man
+++ b/contrib/rfc1345/groff_rfc1345.7.man
@@ -253,6 +253,7 @@ command
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_rfc1345_7_man_C]
+.do rr *groff_groff_rfc1345_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/ditroff.7.man b/man/ditroff.7.man
index 1dfbab1..d58b7e8 100644
--- a/man/ditroff.7.man
+++ b/man/ditroff.7.man
@@ -169,6 +169,7 @@ multi-device output.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_ditroff_7_man_C]
+.do rr *groff_ditroff_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff.7.man b/man/groff.7.man
index b1beedd..0361cb3 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -5752,6 +5752,7 @@ systems and summarizes concepts common to them.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_7_man_C]
+.do rr *groff_groff_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index c6b781e..c27dd4e 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -1806,6 +1806,7 @@ which extends and in some cases overrides the definitions 
listed above.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_char_7_man_C]
+.do rr *groff_groff_char_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 4ddda77..433f11b 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -5299,6 +5299,7 @@ and device-independent output format.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_diff_7_man_C]
+.do rr *groff_groff_diff_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff_font.5.man b/man/groff_font.5.man
index c27885d..c3e9620 100644
--- a/man/groff_font.5.man
+++ b/man/groff_font.5.man
@@ -824,6 +824,7 @@ output drivers.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_font_5_man_C]
+.do rr *groff_groff_font_5_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff_out.5.man b/man/groff_out.5.man
index fe81462..4800bf4 100644
--- a/man/groff_out.5.man
+++ b/man/groff_out.5.man
@@ -1986,6 +1986,7 @@ the groff postprocessor programs.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_out_5_man_C]
+.do rr *groff_groff_out_5_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index 63dfab5..280a06e 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -1294,6 +1294,7 @@ summarizes the language recognized by GNU
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_tmac_5_man_C]
+.do rr *groff_groff_tmac_5_man_C
 .
 .
 .\" Local Variables:
diff --git a/man/roff.7.man b/man/roff.7.man
index 646cf17..9eed538 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -1707,6 +1707,7 @@ might be a good starting point.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_roff_7_man_C]
+.do rr *groff_roff_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grodvi/grodvi.1.man b/src/devices/grodvi/grodvi.1.man
index 9c92fd9..9127fbf 100644
--- a/src/devices/grodvi/grodvi.1.man
+++ b/src/devices/grodvi/grodvi.1.man
@@ -539,6 +539,7 @@ and widths of rules be rounded.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grodvi_1_man_C]
+.do rr *groff_grodvi_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grohtml/grohtml.1.man 
b/src/devices/grohtml/grohtml.1.man
index 1634017..6ee201f 100644
--- a/src/devices/grohtml/grohtml.1.man
+++ b/src/devices/grohtml/grohtml.1.man
@@ -579,6 +579,7 @@ space but no line break.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grohtml_1_man_C]
+.do rr *groff_grohtml_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grolbp/grolbp.1.man b/src/devices/grolbp/grolbp.1.man
index b136796..4e2acf3 100644
--- a/src/devices/grolbp/grolbp.1.man
+++ b/src/devices/grolbp/grolbp.1.man
@@ -449,6 +449,7 @@ Macros for use with
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grolbp_1_man_C]
+.do rr *groff_grolbp_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grolj4/grolj4.1.man b/src/devices/grolj4/grolj4.1.man
index ec49b0e..cdd010a 100644
--- a/src/devices/grolj4/grolj4.1.man
+++ b/src/devices/grolj4/grolj4.1.man
@@ -237,6 +237,7 @@ Small dots.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grolj4_1_man_C]
+.do rr *groff_grolj4_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grolj4/lj4_font.5.man 
b/src/devices/grolj4/lj4_font.5.man
index f6f664c..cafdedb 100644
--- a/src/devices/grolj4/lj4_font.5.man
+++ b/src/devices/grolj4/lj4_font.5.man
@@ -261,6 +261,7 @@ special font for TrueType CG Times (LaserJet\~4000 and 
later).
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_lj4_font_5_man_C]
+.do rr *groff_lj4_font_5_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index c0febb5..10bbdff 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -1422,6 +1422,7 @@ automatically loaded by
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_gropdf_1_man_C]
+.do rr *groff_gropdf_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/gropdf/pdfmom.1.man b/src/devices/gropdf/pdfmom.1.man
index bc18786..7e2fc8e 100644
--- a/src/devices/gropdf/pdfmom.1.man
+++ b/src/devices/gropdf/pdfmom.1.man
@@ -217,6 +217,7 @@ distribution.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_pdfmom_1_man_C]
+.do rr *groff_pdfmom_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index 3c5b5a8..a1a2081 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -1575,6 +1575,7 @@ PostScript Language Document Structuring Conventions 
Specification
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grops_1_man_C]
+.do rr *groff_grops_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/grotty/grotty.1.man b/src/devices/grotty/grotty.1.man
index a13f9d2..56ddf3d 100644
--- a/src/devices/grotty/grotty.1.man
+++ b/src/devices/grotty/grotty.1.man
@@ -719,6 +719,7 @@ ECMA\-ST/\:Ecma\-048\:.pdf
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grotty_1_man_C]
+.do rr *groff_grotty_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/devices/xditview/gxditview.1.man 
b/src/devices/xditview/gxditview.1.man
index 201f2d9..3903f99 100644
--- a/src/devices/xditview/gxditview.1.man
+++ b/src/devices/xditview/gxditview.1.man
@@ -649,6 +649,7 @@ by Jim Flowers and Stephen Gildea.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_gxditview_1_man_C]
+.do rr *groff_gxditview_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/eqn/eqn.1.man b/src/preproc/eqn/eqn.1.man
index 11d9d3b..5300d19 100644
--- a/src/preproc/eqn/eqn.1.man
+++ b/src/preproc/eqn/eqn.1.man
@@ -1589,6 +1589,7 @@ typesetting.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_eqn_1_man_C]
+.do rr *groff_eqn_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/grn/grn.1.man b/src/preproc/grn/grn.1.man
index ba3062f..fae5dac 100644
--- a/src/preproc/grn/grn.1.man
+++ b/src/preproc/grn/grn.1.man
@@ -943,6 +943,7 @@ Daniel Senderowicz and Werner Lemberg modified it for
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grn_1_man_C]
+.do rr *groff_grn_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index cbc89ad..6469990 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -1508,6 +1508,7 @@ W.\& Richard Stevens,
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_pic_1_man_C]
+.do rr *groff_pic_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/preconv/preconv.1.man 
b/src/preproc/preconv/preconv.1.man
index 05a12c3..0301320 100644
--- a/src/preproc/preconv/preconv.1.man
+++ b/src/preproc/preconv/preconv.1.man
@@ -505,6 +505,7 @@ requests.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_preconv_1_man_C]
+.do rr *groff_preconv_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/refer/refer.1.man b/src/preproc/refer/refer.1.man
index 75629f3..9089338 100644
--- a/src/preproc/refer/refer.1.man
+++ b/src/preproc/refer/refer.1.man
@@ -1829,6 +1829,7 @@ AT&T Bell Laboratories Computing Science Technical Report 
No.\& 69.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_refer_1_man_C]
+.do rr *groff_refer_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man
index bc5a9dc..0d9734a 100644
--- a/src/preproc/soelim/soelim.1.man
+++ b/src/preproc/soelim/soelim.1.man
@@ -429,6 +429,7 @@ the last one specified controls.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_soelim_1_man_C]
+.do rr *groff_soelim_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index ec9018a..c255fa4 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -1380,6 +1380,7 @@ AT&T Bell Laboratories;
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_tbl_1_man_C]
+.do rr *groff_tbl_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 7a9aef4..e9fe45b 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -2316,6 +2316,7 @@ Difference-marking utility:
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_1_man_C]
+.do rr *groff_groff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/roff/nroff/nroff.1.man b/src/roff/nroff/nroff.1.man
index 900a303..167c267 100644
--- a/src/roff/nroff/nroff.1.man
+++ b/src/roff/nroff/nroff.1.man
@@ -292,6 +292,7 @@ are loaded to replace unrepresentable glyphs.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_nroff_1_man_C]
+.do rr *groff_nroff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index d533e7b..bffd73b 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -849,6 +849,7 @@ You can browse it interactively with \(lqinfo groff\(rq.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_troff_1_man_C]
+.do rr *groff_troff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/addftinfo/addftinfo.1.man 
b/src/utils/addftinfo/addftinfo.1.man
index 68a7193..2aee027 100644
--- a/src/utils/addftinfo/addftinfo.1.man
+++ b/src/utils/addftinfo/addftinfo.1.man
@@ -191,6 +191,7 @@ The defaults are chosen to have reasonable values for a 
Times font.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_addftinfo_1_man_C]
+.do rr *groff_addftinfo_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/afmtodit/afmtodit.1.man 
b/src/utils/afmtodit/afmtodit.1.man
index bfa41a5..13af641 100644
--- a/src/utils/afmtodit/afmtodit.1.man
+++ b/src/utils/afmtodit/afmtodit.1.man
@@ -456,6 +456,7 @@ You can browse it interactively with \[lq]info 
\[aq](groff)Using
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_afmtodit_1_man_C]
+.do rr *groff_afmtodit_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/grog/grog.1.man b/src/utils/grog/grog.1.man
index 78c187c..0b9187b 100644
--- a/src/utils/grog/grog.1.man
+++ b/src/utils/grog/grog.1.man
@@ -568,6 +568,7 @@ with contributions from Ralph Corderoy.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_grog_1_man_C]
+.do rr *groff_grog_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/hpftodit/hpftodit.1.man 
b/src/utils/hpftodit/hpftodit.1.man
index 320957e..bc3e814 100644
--- a/src/utils/hpftodit/hpftodit.1.man
+++ b/src/utils/hpftodit/hpftodit.1.man
@@ -442,6 +442,7 @@ symbol mapping files
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_hpftodit_1_man_C]
+.do rr *groff_hpftodit_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/indxbib/indxbib.1.man b/src/utils/indxbib/indxbib.1.man
index 38e979a..4ad069a 100644
--- a/src/utils/indxbib/indxbib.1.man
+++ b/src/utils/indxbib/indxbib.1.man
@@ -318,6 +318,7 @@ AT&T Bell Laboratories Computing Science Technical Report 
No.\& 69.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_indxbib_1_man_C]
+.do rr *groff_indxbib_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/lkbib/lkbib.1.man b/src/utils/lkbib/lkbib.1.man
index 0a6d968..762f8be 100644
--- a/src/utils/lkbib/lkbib.1.man
+++ b/src/utils/lkbib/lkbib.1.man
@@ -173,6 +173,7 @@ AT&T Bell Laboratories Computing Science Technical Report 
No.\& 69.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_lkbib_1_man_C]
+.do rr *groff_lkbib_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/lookbib/lookbib.1.man b/src/utils/lookbib/lookbib.1.man
index 9e74ce3..68389a3 100644
--- a/src/utils/lookbib/lookbib.1.man
+++ b/src/utils/lookbib/lookbib.1.man
@@ -139,6 +139,7 @@ AT&T Bell Laboratories Computing Science Technical Report 
No.\& 69.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_lookbib_1_man_C]
+.do rr *groff_lookbib_1_man_C
 .
 .\" Local Variables:
 .\" fill-column: 72
diff --git a/src/utils/pfbtops/pfbtops.1.man b/src/utils/pfbtops/pfbtops.1.man
index 9b7d2b1..120fc1e 100644
--- a/src/utils/pfbtops/pfbtops.1.man
+++ b/src/utils/pfbtops/pfbtops.1.man
@@ -101,6 +101,7 @@ all exit afterward.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_pfbtops_1_man_C]
+.do rr *groff_pfbtops_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/tfmtodit/tfmtodit.1.man 
b/src/utils/tfmtodit/tfmtodit.1.man
index 3d33642..d22e42d 100644
--- a/src/utils/tfmtodit/tfmtodit.1.man
+++ b/src/utils/tfmtodit/tfmtodit.1.man
@@ -287,6 +287,7 @@ Font description file for font
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_tfmtodit_1_man_C]
+.do rr *groff_tfmtodit_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/src/utils/xtotroff/xtotroff.1.man 
b/src/utils/xtotroff/xtotroff.1.man
index ae9a1c2..5db5772 100644
--- a/src/utils/xtotroff/xtotroff.1.man
+++ b/src/utils/xtotroff/xtotroff.1.man
@@ -181,6 +181,7 @@ by Jim Flowers and Stephen Gildea.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_xtotroff_1_man_C]
+.do rr *groff_xtotroff_1_man_C
 .
 .
 .\" Local Variables:
diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index 7b5b6f7..51f9cb5 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -3507,6 +3507,7 @@ _endif()dnl
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_man_7_man_C]
+.do rr *groff_groff_man_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/tmac/groff_me.7.man b/tmac/groff_me.7.man
index ca0fae7..78cf07e 100644
--- a/tmac/groff_me.7.man
+++ b/tmac/groff_me.7.man
@@ -536,6 +536,7 @@ and
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_me_7_man_C]
+.do rr *groff_groff_me_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 433dfb0..62be54d 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -2245,6 +2245,7 @@ by Trent A.\& Fisher and Werner Lemberg
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_ms_7_man_C]
+.do rr *groff_groff_ms_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/tmac/groff_trace.7.man b/tmac/groff_trace.7.man
index 5a77cbc..b91b5c9 100644
--- a/tmac/groff_trace.7.man
+++ b/tmac/groff_trace.7.man
@@ -313,6 +313,7 @@ A short reference for the groff formatting language.
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_trace_7_man_C]
+.do rr *groff_groff_trace_7_man_C
 .
 .
 .\" Local Variables:
diff --git a/tmac/groff_www.7.man b/tmac/groff_www.7.man
index ac6af70..fabdacc 100644
--- a/tmac/groff_www.7.man
+++ b/tmac/groff_www.7.man
@@ -729,6 +729,7 @@ Bernd Warken
 .
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_www_7_man_C]
+.do rr *groff_groff_www_7_man_C
 .
 .
 .\" Local Variables:



reply via email to

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