summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2000-12-31 19:38:24 +0000
committerbrad <brad@openbsd.org>2000-12-31 19:38:24 +0000
commit4bf738e1eda8d305dce41c2f5c12d67c79cee414 (patch)
tree7bddada6b179ad708e09ec02d75c67fb663461bf /lib/libpthread/man
parentFix non-NGIF case. (diff)
downloadwireguard-openbsd-4bf738e1eda8d305dce41c2f5c12d67c79cee414.tar.xz
wireguard-openbsd-4bf738e1eda8d305dce41c2f5c12d67c79cee414.zip
-lpthread -> -pthread
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthreads.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index acc47f6d999..fef2cc8ecdf 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/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