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 /contrib/groff/tmac | |
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 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 1 | ||||
-rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 27afb84..da9ce36 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -814,7 +814,6 @@ .ds doc-str-Lb-librt \*[Px] \*[doc-str-Lb]Real-time Library (librt, \-lrt) .ds doc-str-Lb-libsdp Bluetooth Service Discovery Protocol User Library (libsdp, \-lsdp) .ds doc-str-Lb-libssp Buffer Overflow Protection Library (libssp, \-lssp) -.ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) .ds doc-str-Lb-libSystem System Library (libSystem, \-lSystem) .ds doc-str-Lb-libtermcap Termcap Access Library (libtermcap, \-ltermcap) .ds doc-str-Lb-libterminfo Terminal Information Library (libterminfo, \-lterminfo) diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index 1e24528..279dedd 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -1797,8 +1797,6 @@ and their results are: .Lb libsdp .It Li libssp .Lb libssp -.It Li libstdthreads -.Lb libstdthreads .It Li libSystem .Lb libSystem .It Li libtermcap |