diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2012-07-26 11:10:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2012-07-26 11:10:25 +0000 |
| commit | a16720da658d10b823fc4535cf4bba3596466b14 (patch) | |
| tree | 38ae623ed5b5ea937f29fb249cc8621a77febf0c | |
| parent | 770b69c0b74c972a7b4eeb5b166f54322fa1ae9e (diff) | |
Notes
| -rw-r--r-- | contrib/groff/tmac/doc-syms | 1 | ||||
| -rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 27afb847b8265..da9ce3617c500 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 1e2452879e1a1..279dedd41853b 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 diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 4b035abd64647..0d689ce3eed66 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 |
