summaryrefslogtreecommitdiff
path: root/tmac/doc.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-09-20 14:26:42 +0000
committerwlemb <wlemb>2003-09-20 14:26:42 +0000
commit0826c033b6b1e930d69171cd54ecd27da02d0427 (patch)
treeb56ecc8268d16014ef1e48b69319efd385524d4d /tmac/doc.tmac
parent3e140cec9288ab5e40303ff8852c7534f367f7a2 (diff)
downloadgroff-0826c033b6b1e930d69171cd54ecd27da02d0427.tar.gz
Support multiple calls of .Lb in LIBRARY section.
* tmac/doc-common (doc-in-library-section): New register. (doc-section-library): New string. (Sh): Set `doc-in-library-section'. (Rd): Updated. * tmac/doc-syms (Lb): Insert breaks before and after arguments if in LIBRARY section. * tmac/doc.tmac (doc-save-global-vars): Updated. * NEWS, tmac/groff_mdoc.man: Updated. * tmac/doc-common (doc-default-operating-system): New variable. (Os): Use it.
Diffstat (limited to 'tmac/doc.tmac')
-rw-r--r--tmac/doc.tmac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 5ce8df98..b5783075 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -3321,6 +3321,7 @@
. nr doc-curr-font-saved \n[doc-curr-font]
. nr doc-curr-size-saved \n[doc-curr-size]
. nr doc-in-synopsis-section-saved \n[doc-in-synopsis-section]
+. nr doc-in-library-section-saved \n[doc-in-library-section]
. nr doc-indent-synopsis-saved \n[doc-indent-synopsis]
. nr doc-indent-synopsis-active-saved \n[doc-indent-synopsis-active]
. nr doc-have-decl-saved \n[doc-have-decl]
@@ -3460,6 +3461,7 @@
. nr doc-curr-font \n[doc-curr-font-saved]
. nr doc-curr-size \n[doc-curr-size-saved]
. nr doc-in-synopsis-section \n[doc-in-synopsis-section-saved]
+. nr doc-in-library-section \n[doc-in-library-section-saved]
. nr doc-indent-synopsis \n[doc-indent-synopsis-saved]
. nr doc-indent-synopsis-active \n[doc-indent-synopsis-active-saved]
. nr doc-have-decl \n[doc-have-decl-saved]