diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-27 08:54:09 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-27 08:54:09 +0000 |
commit | 131ff305b13cc7e0bee20dae9dfae8af6789ab7f (patch) | |
tree | 7b91d60b220e0216e40a16b2c95c0984401436fb | |
parent | e9b12780388b49c05ad5f15144bbbfc94168dc89 (diff) | |
download | FreeBSD-src-131ff305b13cc7e0bee20dae9dfae8af6789ab7f.zip FreeBSD-src-131ff305b13cc7e0bee20dae9dfae8af6789ab7f.tar.gz |
Suggest to use -pthreads instead of -lc_r
Noticed by: John-Mark Gurney <gurney_j@efn.org>
-rw-r--r-- | contrib/groff/tmac/doc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 0e89078..45f42a1 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -501,7 +501,7 @@ .ds aa \&\f\\n(cF\s\\n(cZ .if !\\n(.$==1 .tm Usage: .Lb [library name] .if "\\$1"libc" \&Standard C Library (libc, -lc) -.if "\\$1"libc_r" \&Reentrant C Library (libc_r, -lc_r) +.if "\\$1"libc_r" \&Reentrant C Library (libc_r, -pthreads) .if "\\$1"libcalendar" \&Calendar Arithmetic Library (libcalendar, -lcalendar) .if "\\$1"libcam" \&Common Access Method User Library (libcam, -lcam) .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt) |