summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-21 09:35:43 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-21 09:35:43 +0000
commitddd1f930f3ddb56c67b972a41db67d53b84083ec (patch)
tree581b257ca9e4a746cbf6f0dcfbe64676f8a9ac9f
parentce0cdebef3fabd093bada1ad5288eb26c6d33635 (diff)
Notes
-rw-r--r--contrib/groff/tmac/doc-common16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common
index cba4d3c015a6..cae2b324727d 100644
--- a/contrib/groff/tmac/doc-common
+++ b/contrib/groff/tmac/doc-common
@@ -490,3 +490,19 @@
.tm xX==\\n(xX local register
.tm END OF REGISTER DUMP
..
+.\" Ns Lb macro - Formal library names for LIBRARY sections
+.\" note: this macro does not handle punctuation
+.\" it is really only intended for standalone use.
+.de Lb
+.nr cF \\n(.f
+.nr cZ \\n(.s
+.ds aa \&\f\\n(cF\s\\n(cZ
+.if !\\n(.$==1 .tm Usage: .Lb [library name]
+.if "\\$1"libc" \&Standard C Library (libc, -lc)
+.if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat)
+.if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
+.if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
+.if "\\$1"libm" \&Math Library (libm, -lm)
+.if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
+.if "\\$1"libz" \&Compression Library (libz, -lz)
+..