summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2000-12-31 19:38:25 +0000
committerBrad Smith <brad@cvs.openbsd.org>2000-12-31 19:38:25 +0000
commit11d190f09eb735e3e72ef4bd0a2b01a82ce51ae3 (patch)
tree81dd506814392ecd053f9b552d269414fc179445 /lib/libc_r
parentf5107c23925c0bdb1c86428951fc2ab779607f9a (diff)
-lpthread -> -pthread
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthreads.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthreads.3 b/lib/libc_r/man/pthreads.3
index acc47f6d999..fef2cc8ecdf 100644
--- a/lib/libc_r/man/pthreads.3
+++ b/lib/libc_r/man/pthreads.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthreads.3,v 1.10 2000/04/28 21:42:44 deraadt Exp $
+.\" $OpenBSD: pthreads.3,v 1.11 2000/12/31 19:38:24 brad Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 17, 1998
.Dt PTHREADS 3
@@ -17,7 +17,7 @@ In
.Ox ,
threads are implemented in a user-level library.
A program using these routines must be linked with the
-.Fl lpthread
+.Fl pthread
option.
.Pp
The