diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-08-20 13:24:28 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-08-20 13:24:28 +0000 |
commit | 5a0a2e762443c5d51c5985e41f328eb4a0ffa032 (patch) | |
tree | 10e17e1ad156afab0ffb047b730bab4099dcae86 /gnu | |
parent | b7cb727fcd6039930895897ca8a98f168300609b (diff) | |
download | FreeBSD-src-5a0a2e762443c5d51c5985e41f328eb4a0ffa032.zip FreeBSD-src-5a0a2e762443c5d51c5985e41f328eb4a0ffa032.tar.gz |
Merge mdoc.local:1.50 from HEAD to RELENG_6:
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
Approved by: re (kensmith)
Diffstat (limited to 'gnu')
-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 80865dc..f665525 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) |