summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-08-30 23:51:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-08-30 23:51:43 +0000
commit4d960fd9440df5686b4cbdd2b9427f4ceb25764b (patch)
tree1bf210131ca8a622acdc7811c0fb7d59994fe302 /lib/libpthread
parent9d101342bb6bf9f55d3459a3554d96a747fc57d6 (diff)
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 ,