gbranden pushed a commit to branch master
in repository groff.
commit 76ba984773b3738a0a7be925d9afe0aa5bf0c019
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
---
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 @g@eqn (@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� <[email protected]> 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit