diff options
author | ru <ru@FreeBSD.org> | 2012-07-26 11:10:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2012-07-26 11:10:25 +0000 |
commit | d7b39aca2d836745ea6dd474694b7c49b24eb34f (patch) | |
tree | 38ae623ed5b5ea937f29fb249cc8621a77febf0c /gnu | |
parent | f86f8cefc5211564f43019ce7d1eb526bf8ccf5c (diff) | |
download | FreeBSD-src-d7b39aca2d836745ea6dd474694b7c49b24eb34f.zip FreeBSD-src-d7b39aca2d836745ea6dd474694b7c49b24eb34f.tar.gz |
Backed out r228904, and added libstdthreads support to mdoc(7) to where
it belongs.
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 4b035ab..0d689ce 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -42,6 +42,7 @@ .ds doc-str-Lb-libproc Processor Monitoring and Analysis Library (libproc, \-lproc) .ds doc-str-Lb-libprocstat Process and Files Information Retrieval (libprocstat, \-lprocstat) .ds doc-str-Lb-librtld_db Run-time Linker Debugging Library (librtld_db, \-lrtld_db) +.ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) . .\" Default .Os value .ds doc-default-operating-system FreeBSD\~10.0 |