diff options
author | deischen <deischen@FreeBSD.org> | 2003-10-02 20:49:34 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2003-10-02 20:49:34 +0000 |
commit | 15741d1c457678e6e2fbd5f856ba3751034a51f5 (patch) | |
tree | 2d4c4d978c8f1d17ca0efd00ceab93b40d1410ff /gnu | |
parent | 42456adc1b32005e92d93becf52ccdb2ffc55346 (diff) | |
download | FreeBSD-src-15741d1c457678e6e2fbd5f856ba3751034a51f5.zip FreeBSD-src-15741d1c457678e6e2fbd5f856ba3751034a51f5.tar.gz |
Add an entry for libpthread (aka libkse). For now, it's link command
is defined as -lkse, but we'll come back later and change it once
libkse is renamed.
Requested by: ru
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 196973f..5a7924e 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-libmd Message Digest (MD4, MD5, etc.) Support Library (libmd, \-lmd) .ds doc-str-Lb-libnetgraph Netgraph User Library (libnetgraph, \-lnetgraph) .ds doc-str-Lb-libpam PAM Library (libpam, \-lpam) +.ds doc-str-Lb-libpthread POSIX Threads Library (libkse, \-lkse) .ds doc-str-Lb-librpcsvc RPC Service Library (librpcsvc, \-lrpcsvc) .ds doc-str-Lb-libugidfw File System Firewall Interface Library (libugidfw, \-lugidfw) .ds doc-str-Lb-libusbhid USB HID access routines library (libusbhid, \-lusbhid) |