diff options
author | Werner LEMBERG <wl@gnu.org> | 2003-09-20 14:26:43 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2003-09-20 14:26:43 +0000 |
commit | 959679070d783374e4a24fb8f42e1361d97a946c (patch) | |
tree | aa84d2310f96985d5d2c27553a23b0964271d4bd /tmac/groff_mdoc.man | |
parent | e33ac7a5c2b10fe4bb431917924b20252044bb1e (diff) | |
download | groff-git-959679070d783374e4a24fb8f42e1361d97a946c.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/groff_mdoc.man')
-rw-r--r-- | tmac/groff_mdoc.man | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tmac/groff_mdoc.man b/tmac/groff_mdoc.man index b27f2a823..7af59146f 100644 --- a/tmac/groff_mdoc.man +++ b/tmac/groff_mdoc.man @@ -786,7 +786,7 @@ In the following examples, the left (which is identical to the right) and the middle part of the manual page header strings are shown. Note how .Ql \e& -prevents the digit\~1 from being a valid numeric expression. +prevents the digit\~7 from being a valid numeric expression. . .Bd -ragged .Bl -tag -width ".Li .Dt\ FOO\ 2\ i386" -compact -offset indent @@ -1702,6 +1702,13 @@ look for strings named then denotes the keyword to be used with the .Ql .Lb macro. +.Pp +In the +.Sx LIBRARY +section an +.Ql .Lb +command causes a line break before and after its arguments are printed. +.Pp . .Ss Literals . |