diff options
author | ru <ru@FreeBSD.org> | 2003-05-03 21:54:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-03 21:54:30 +0000 |
commit | 13b8a43155f1170911fe84e6ced1b19a19164c41 (patch) | |
tree | 8039f3bcff57105208f3cdeff08efe5bb537ab12 /contrib | |
parent | 1a17e98fb2e3ecba5ba136f8d1ae8d39061d2f65 (diff) | |
download | FreeBSD-src-13b8a43155f1170911fe84e6ced1b19a19164c41.zip FreeBSD-src-13b8a43155f1170911fe84e6ced1b19a19164c41.tar.gz |
A couple of vendor updates:
2003-05-01 Werner LEMBERG <wl@gnu.org>
* tmac/doc-ditroff, tmac/doc-nroff (doc-header-space,
doc-footer-space): Initialize to 0.5i.
(doc-setup-page-layout): Don't set doc-header-space and
doc-footer-space.
2003-05-01 Ruslan Ermilov <ru@FreeBSD.org>
* tmac/doc-common (Nd): Use \[em].
2003-05-03 Werner LEMBERG <wl@gnu.org>
* 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 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-common | 7 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-ditroff | 9 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-nroff | 9 |
3 files changed, 9 insertions, 16 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 438a749..0069998 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/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 .. @@ -665,7 +668,7 @@ .\" NS width register `Nd' set above . .de Nd -. nop \- \$* +. nop \[em] \$* .. . . diff --git a/contrib/groff/tmac/doc-ditroff b/contrib/groff/tmac/doc-ditroff index 6c83009..14be96b 100644 --- a/contrib/groff/tmac/doc-ditroff +++ b/contrib/groff/tmac/doc-ditroff @@ -118,13 +118,13 @@ .\" NS doc-header-space global register .\" NS the space between header and body . -.nr doc-header-space 0 +.nr doc-header-space .5i . . .\" NS doc-footer-space global register .\" NS the space between body and footer . -.nr doc-footer-space 0 +.nr doc-footer-space .5i . . .\" NS doc-display-vertical global register @@ -138,13 +138,8 @@ .\" NS .\" NS modifies: .\" NS doc-display-vertical -.\" NS doc-footer-space -.\" NS doc-header-space . .de doc-setup-page-layout -. nr doc-header-space .5i -. nr doc-footer-space .5i -. . ie r LL \ . ll \n[LL]u . el \ diff --git a/contrib/groff/tmac/doc-nroff b/contrib/groff/tmac/doc-nroff index 0c04381..e8ce14d 100644 --- a/contrib/groff/tmac/doc-nroff +++ b/contrib/groff/tmac/doc-nroff @@ -97,13 +97,13 @@ .\" NS doc-header-space global register .\" NS the space between header and body . -.nr doc-header-space 0 +.nr doc-header-space 0.5i . . .\" NS doc-footer-space global register .\" NS the space between body and footer . -.nr doc-footer-space 0 +.nr doc-footer-space 0.5i . . .\" NS doc-display-vertical global register @@ -117,13 +117,8 @@ .\" NS .\" NS modifies: .\" NS doc-display-vertical -.\" NS doc-footer-space -.\" NS doc-header-space . .de doc-setup-page-layout -. nr doc-header-space .5i -. nr doc-footer-space .5i -. . ie r LL \ . ll \n[LL]u . el \ |