diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 14:37:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 14:37:41 +0000 |
| commit | e5b4d90497c3bc6ea11b2c72d76954fb60250da0 (patch) | |
| tree | 0efc50e6a8e803d7a5edc546df9c58081ca769d9 | |
| parent | e1750fb8556ed6aa30eabc3b2680ce4c47a8a13d (diff) | |
| parent | 3fc8056a5915bdea12a4cda61a55824f6df189b0 (diff) | |
Notes
| -rw-r--r-- | contrib/groff/tmac/doc.tmac | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/groff/tmac/doc.tmac b/contrib/groff/tmac/doc.tmac index 290431a80a97..97672b375c40 100644 --- a/contrib/groff/tmac/doc.tmac +++ b/contrib/groff/tmac/doc.tmac @@ -3959,15 +3959,16 @@ . ti -\n[doc-reg-dtl]u . . nh -. ie (\n[dl]u > \n[doc-list-indent-stack\n[doc-list-depth]]u) \{\ -. doc-item-box\n[doc-list-depth] +. doc-item-box\n[doc-list-depth] +. ie (\n[dl]u > \n[doc-list-indent-stack\n[doc-list-depth]]u) \ . br -. \} . el \{\ -. chop doc-item-box\n[doc-list-depth] -. \" Using \Z prevents stretching of the spaces in the tag -. nop \Z'\*[doc-item-box\n[doc-list-depth]]'\c -. nop \h'\n[doc-reg-dtl]u'\c +. \" format the tag separately to prevent stretching of spaces +. vpt 0 +. br +. sp -1 +. vpt 1 +. nop \&\c . nr doc-have-space 1 . \} . |
