diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-07-15 10:27:35 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-07-15 10:27:35 +0000 |
commit | 7da3a4e78f0d8fd5b4d0c29f6063cd8c292f0587 (patch) | |
tree | 409c830398c7a52412a4ad5dd6c97abd1d7f88e4 | |
parent | bc2b3b707cb40495f1a8dafb9256c89cad410511 (diff) | |
download | FreeBSD-src-7da3a4e78f0d8fd5b4d0c29f6063cd8c292f0587.zip FreeBSD-src-7da3a4e78f0d8fd5b4d0c29f6063cd8c292f0587.tar.gz |
Hook up libmemstat(3) to the library list in mdoc.local. This will cause
the library description (specifically, -lmemstat) to render properly in
the libmemstat.3 man page.
Submitted by: ru
MFC after: 1 week
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 2ea634a..447cf3b 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -47,6 +47,7 @@ .ds doc-str-Lb-libipx IPX Address Conversion Support Library (libipx, \-lipx) .ds doc-str-Lb-libkiconv Kernel side iconv library (libkiconv, \-lkiconv) .ds doc-str-Lb-libmd Message Digest (MD4, MD5, etc.) Support Library (libmd, \-lmd) +.ds doc-str-Lb-libmemstat Kernel Memory Allocator Statistics Library (libmemstat, \-lmemstat) .ds doc-str-Lb-libnetgraph Netgraph User Library (libnetgraph, \-lnetgraph) .ds doc-str-Lb-libpmc Performance Monitoring Counters API (libpmc, \-lpmc) .ds doc-str-Lb-librpcsvc RPC Service Library (librpcsvc, \-lrpcsvc) |