diff options
author | ru <ru@FreeBSD.org> | 2003-07-05 22:58:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-07-05 22:58:04 +0000 |
commit | b34dca6d6a0464c6c845104c3bf1570b5571fc26 (patch) | |
tree | 9b75972e0dd597b1e486465889ec0aba30ea3d5f /contrib | |
parent | 43c78e1b1925feae62b6fb11ae751de5d3ff36c8 (diff) | |
download | FreeBSD-src-b34dca6d6a0464c6c845104c3bf1570b5571fc26.zip FreeBSD-src-b34dca6d6a0464c6c845104c3bf1570b5571fc26.tar.gz |
Fix for troff mode. The
.Pp
.Bd -literal
...
fragment resulted in two vertical spaces. From ChangeLog:
2003-07-04 Ruslan Ermilov <ru@FreeBSD.org>
* tmac/doc.tmac (Bd): Change to doc-Li-font later.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc.tmac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/groff/tmac/doc.tmac b/contrib/groff/tmac/doc.tmac index 7f4090f..059534c 100644 --- a/contrib/groff/tmac/doc.tmac +++ b/contrib/groff/tmac/doc.tmac @@ -2696,10 +2696,8 @@ . nr doc-display-ft-stack\n[doc-display-depth] \n[.f] . nr doc-display-ps-stack\n[doc-display-depth] \n[.ps] . -. ie t \{\ -. nop \*[doc-Li-font]\c +. ie t \ . ta T 9n -. \} . el \ . ta T 8n . nf @@ -2747,6 +2745,10 @@ . if !\n[doc-is-compact] \ . sp \n[doc-display-vertical]u . +. if "\*[doc-display-type-stack\n[doc-display-depth]]"literal" \ +. if t \ +. nop \*[doc-Li-font]\c +. . if !\n[cR] \ . ne 2v . |