summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-04-23 14:50:38 +0000
committerphantom <phantom@FreeBSD.org>2000-04-23 14:50:38 +0000
commitf585d93a0a2071b2d8aa61268baf274afcdaac16 (patch)
tree11b0b32d9083756d24cd7966b04f8a701a704d43 /share
parent40d2f93ad8393f16b1557759a0e3c71bce581a61 (diff)
downloadFreeBSD-src-f585d93a0a2071b2d8aa61268baf274afcdaac16.zip
FreeBSD-src-f585d93a0a2071b2d8aa61268baf274afcdaac16.tar.gz
Add expanded information about .Lb macro
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/mdoc.samples.751
1 files changed, 51 insertions, 0 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 36bd543..5d97b70 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -144,6 +144,7 @@ outlined as follows:
.It "Functions (library routines)" .
.It "Function Types" .
.\" .It "Header File (including source code)" .
+.It "Library name" .
.It "Interactive Commands" .
.It "Names" .
.It "Options" .
@@ -1226,6 +1227,56 @@ without arguments.
The
.Ql \&.Ic
macro is parsed and is callable.
+.Ss Library Name
+The
+.Ql \&.Lb
+macro is used to specify library where that function is compiled in.
+It does not accept any parameters.
+.Pp
+.Dl Usage: .Lb argument ... \*(Pu
+.Pp
+Available arguments to
+.Ql \&.Lb
+macro and its results are:
+.Pp
+.Bl -tag -width "libnetgraph" -compact -offset indent
+.It Li "libc"
+.Lb libc
+.It Li "libc_r"
+.Lb libc_r
+.It Li "libcalendar"
+.Lb libcalendar
+.It Li "libcam"
+.Lb libcam
+.It Li "libcrypt"
+.Lb libcrypt
+.It Li "libdevstat"
+.Lb libdevstat
+.It Li "libdisk"
+.Lb libdisk
+.It Li "libedit"
+.Lb libedit
+.It Li "libfetch"
+.Lb libfetch
+.It Li "libipx"
+.Lb libipx
+.It Li "libkvm"
+.Lb libkvm
+.It Li "libm"
+.Lb libm
+.It Li "libmd"
+.Lb libmd
+.It Li "libnetgraph"
+.Lb libnetgraph
+.It Li "libposix1e"
+.Lb libposix1e
+.It Li "libskey"
+.Lb libskey
+.It Li "libutil"
+.Lb libutil
+.It Li "libvgl"
+.Lb libvgl
+.El
.Ss Name Macro
The
.Ql \&.Nm
OpenPOWER on IntegriCloud