groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/20: man pages: Save and restore compatibility mode...


From: G. Branden Robinson
Subject: [groff] 01/20: man pages: Save and restore compatibility mode...
Date: Fri, 9 Nov 2018 18:39:39 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 76ba984773b3738a0a7be925d9afe0aa5bf0c019
Author: G. Branden Robinson <address@hidden>
Date:   Tue Nov 6 17:09:41 2018 -0500

    man pages: Save and restore compatibility mode...
    
        * contrib/mm/mmroff.1.man:
        * src/devices/grolbp/grolbp.1.man:
        ...in pages that aren't ASCII-encoded.
    
        Is the ability to handle non-ASCII input files something we
        should call out in groff_diff(7)?
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 contrib/mm/mmroff.1.man         |  9 +++++++++
 src/devices/grolbp/grolbp.1.man | 10 ++++++++++
 2 files changed, 19 insertions(+)

diff --git a/contrib/mm/mmroff.1.man b/contrib/mm/mmroff.1.man
index bf0d38a..686e054 100644
--- a/contrib/mm/mmroff.1.man
+++ b/contrib/mm/mmroff.1.man
@@ -3,6 +3,11 @@
 mmroff \- cross-reference preprocessor for GNU roff mm macro package
 .
 .
+.\" Save and disable compatibility mode (for, e.g., Solaris 10/11).
+.do nr mmroff_c \n[.C]
+.cp 0
+.
+.
 .\" ====================================================================
 .\" Legalese
 .\" ====================================================================
@@ -111,6 +116,10 @@ of Lund, Sweden.
 .BR @address@hidden (@MAN1EXT@)
 .
 .
+.\" Restore compatibility mode (for, e.g., Solaris 10/11).
+.cp \n[mmroff_c]
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" coding: latin-1
diff --git a/src/devices/grolbp/grolbp.1.man b/src/devices/grolbp/grolbp.1.man
index f28429b..6b63889 100644
--- a/src/devices/grolbp/grolbp.1.man
+++ b/src/devices/grolbp/grolbp.1.man
@@ -4,6 +4,12 @@
 .SH NAME
 grolbp \- groff driver for Canon CAPSL printers (LBP-4 and LBP-8 \
 series laser printers)
+.
+.\" Save and disable compatibility mode (for, e.g., Solaris 10/11).
+.do nr grolbp_c \n[.C]
+.cp 0
+.
+.
 .\" Modified by Francisco Andr�s Verd� <address@hidden> for the
 .\" grolbp program.
 .
@@ -438,6 +444,10 @@ Macros for use with
 .BR groff_char (@MAN7EXT@)
 .
 .
+.\" Restore compatibility mode (for, e.g., Solaris 10/11).
+.cp \n[grolbp_c]
+.
+.
 .\"
 .\" Local Variables:
 .\" mode: nroff



reply via email to

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