summaryrefslogtreecommitdiff
path: root/tmac/doc-common
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-05-03 21:17:08 +0000
committerwlemb <wlemb>2003-05-03 21:17:08 +0000
commit0524bed6419dd40ed49306925fd377f06aa01efa (patch)
tree520718df090bfa2acb2eee583e3840f5e25299d1 /tmac/doc-common
parent8b5dd4afe183ab9b5ebf1589173b29c489f677a9 (diff)
downloadgroff-0524bed6419dd40ed49306925fd377f06aa01efa.tar.gz
* tmac/doc-common (doc-header): Emit vertical space of 1v instead of
`doc-header-space' after header line if register `cR' is set.
Diffstat (limited to 'tmac/doc-common')
-rw-r--r--tmac/doc-common5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmac/doc-common b/tmac/doc-common
index 6099d2ec..0069998f 100644
--- a/tmac/doc-common
+++ b/tmac/doc-common
@@ -554,7 +554,10 @@
. as doc-header-string "\|.\|.\|.
. \}
. tl \*[doc-caption-font]\*[doc-header-string]\f[]\*[doc-caption-font2]\*[doc-volume]\f[]\*[doc-caption-font]\*[doc-header-string]\f[]
-. sp \n[doc-header-space]u
+. ie !\n[cR] \
+. sp \n[doc-header-space]u
+. el \
+. sp 1v
. ev
. ns
..