summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-30 06:58:06 +0000
committerjmc <jmc@openbsd.org>2016-03-30 06:58:06 +0000
commit424a8f4be3de1993768c2e0728376d646f05e613 (patch)
treeb332c48583ad0ae0183a49f0d9f7625a3d91163b /lib/libpthread/man
parentfor some time now mandoc has not required MLINKS to function (diff)
downloadwireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.tar.xz
wireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.zip
some Xr adjustment to catch up with MLINKS removal;
Diffstat (limited to 'lib/libpthread/man')
-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 7f7b4e346fd..a1b871d95c1 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.15 2014/08/30 23:51:42 guenther Exp $
+.\" $OpenBSD: pthread_create.3,v 1.16 2016/03/30 06:58:06 jmc 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: August 30 2014 $
+.Dd $Mdocdate: March 30 2016 $
.Dt PTHREAD_CREATE 3
.Os
.Sh NAME
@@ -108,7 +108,7 @@ The value specified by
is invalid.
.El
.Sh SEE ALSO
-.Xr __tfork 2 ,
+.Xr __tfork 3 ,
.Xr pthread_attr_init 3 ,
.Xr pthread_attr_setdetachstate 3 ,
.Xr pthread_attr_setguardsize 3 ,