svn commit: r238799 - in head: contrib/groff/tmac
gnu/usr.bin/groff/tmac
Ruslan Ermilov
ru at FreeBSD.org
Thu Jul 26 11:10:26 UTC 2012
Author: ru
Date: Thu Jul 26 11:10:25 2012
New Revision: 238799
URL: http://svn.freebsd.org/changeset/base/238799
Log:
Backed out r228904, and added libstdthreads support to mdoc(7) to where
it belongs.
Modified:
head/contrib/groff/tmac/doc-syms
head/contrib/groff/tmac/groff_mdoc.man
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/contrib/groff/tmac/doc-syms
==============================================================================
--- head/contrib/groff/tmac/doc-syms Thu Jul 26 10:58:30 2012 (r238798)
+++ head/contrib/groff/tmac/doc-syms Thu Jul 26 11:10:25 2012 (r238799)
@@ -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)
Modified: head/contrib/groff/tmac/groff_mdoc.man
==============================================================================
--- head/contrib/groff/tmac/groff_mdoc.man Thu Jul 26 10:58:30 2012 (r238798)
+++ head/contrib/groff/tmac/groff_mdoc.man Thu Jul 26 11:10:25 2012 (r238799)
@@ -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
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- head/gnu/usr.bin/groff/tmac/mdoc.local Thu Jul 26 10:58:30 2012 (r238798)
+++ head/gnu/usr.bin/groff/tmac/mdoc.local Thu Jul 26 11:10:25 2012 (r238799)
@@ -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
More information about the svn-src-head
mailing list