summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-30 23:51:42 +0000
committerguenther <guenther@openbsd.org>2014-08-30 23:51:42 +0000
commit5e29d0ac641cd1cdde2a81733c234f9b1dbfe075 (patch)
treeb81b6fbad4546ef92eb5137c8c6140f70eeab150 /lib/libpthread
parentMake the handling of PLT entries above the 32k mark thread-safe. (diff)
downloadwireguard-openbsd-5e29d0ac641cd1cdde2a81733c234f9b1dbfe075.tar.xz
wireguard-openbsd-5e29d0ac641cd1cdde2a81733c234f9b1dbfe075.zip
Xr __tfork instead of fork
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_create.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 0346df90f63..7f7b4e346fd 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_create.3,v 1.14 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_create.3,v 1.15 2014/08/30 23:51:42 guenther Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_create.3,v 1.8 1999/08/28 00:03:04 peter Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 30 2014 $
.Dt PTHREAD_CREATE 3
.Os
.Sh NAME
@@ -108,7 +108,7 @@ The value specified by
is invalid.
.El
.Sh SEE ALSO
-.Xr fork 2 ,
+.Xr __tfork 2 ,
.Xr pthread_attr_init 3 ,
.Xr pthread_attr_setdetachstate 3 ,
.Xr pthread_attr_setguardsize 3 ,