gbranden pushed a commit to branch master
in repository groff.
commit 9491269a3768932a3f98f676a53ed56135125d9c
Author: G. Branden Robinson <[email protected]>
Date: Sat Jun 29 17:54:34 2019 +1000
lkbib.1.man: Save and restore compatibility mode.
This page uses the \~ escape, which is not documented in CSTR #54
(although widely supported).
---
src/utils/lkbib/lkbib.1.man | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/utils/lkbib/lkbib.1.man b/src/utils/lkbib/lkbib.1.man
index 566900c..c56091b 100644
--- a/src/utils/lkbib/lkbib.1.man
+++ b/src/utils/lkbib/lkbib.1.man
@@ -3,6 +3,11 @@
lkbib \- search bibliographic databases
.
.
+.\" Save and disable compatibility mode (for, e.g., Solaris 10/11).
+.do nr lkbib_C \n[.C]
+.cp 0
+.
+.
.\" ====================================================================
.\" Legal Terms
.\" ====================================================================
@@ -160,6 +165,10 @@ Index files.
.IR @g@indxbib (@MAN1EXT@)
.
.
+.\" Restore compatibility mode (for, e.g., Solaris 10/11).
+.cp \n[lkbib_C]
+.
+.
.\" Local Variables:
.\" mode: nroff
.\" End:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit