diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-23 14:49:22 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-23 14:49:22 +0000 |
commit | 40d2f93ad8393f16b1557759a0e3c71bce581a61 (patch) | |
tree | df44c1490f0d36736a7b1f914e6db5a231f50eb7 /share | |
parent | cc05420259b7856d7c221928354b5e66d9cbb82c (diff) | |
download | FreeBSD-src-40d2f93ad8393f16b1557759a0e3c71bce581a61.zip FreeBSD-src-40d2f93ad8393f16b1557759a0e3c71bce581a61.tar.gz |
Add information about newly added .Lb macro
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.7 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 49ea218..7e5ad97 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -93,6 +93,11 @@ or and the .Ql \&.Nd macros. +.It Ar LIBRARY +Library where that function is compiled in. +Should include +.Ql \&.Lb +macro only. .It Ar SYNOPSIS Usage. .It Ar DESCRIPTION @@ -300,6 +305,10 @@ Produces .It Li \&Fd Ta Yes Ta Yes Ta "Function declaration." .It Li \&Fn Ta Yes Ta Yes Ta "Function call (also .Fo and .Fc)." .It Li \&Ic Ta Yes Ta Yes Ta "Interactive command." +.It Li \&Lb Ta \&No Ta \&No Ta "Library name; see" +.Xr mdoc.samples 7 , +.Sx Standards +section for complete list of known libraries. .It Li \&Li Ta Yes Ta Yes Ta "Literal text." .It Li \&Nm Ta Yes Ta Yes Ta "Command name." .It Li \&Op Ta Yes Ta Yes Ta "Option (also .Oo and .Oc)." |