summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 06:19:18 +0000
committerd <d@openbsd.org>2000-01-06 06:19:18 +0000
commitf253fc42c660daa588dee0937e533de164a91469 (patch)
tree186bdc47a83036a914db5ba95cdbc56f7194b8a5 /lib/libpthread/man
parentdocument (diff)
downloadwireguard-openbsd-f253fc42c660daa588dee0937e533de164a91469.tar.xz
wireguard-openbsd-f253fc42c660daa588dee0937e533de164a91469.zip
Xr's to pthread_attr_*(3)
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_create.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 9f1cc7a4804..20903da05bb 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.5 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_create.3,v 1.6 2000/01/06 06:19:18 d Exp $
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -103,6 +103,10 @@ is invalid.
.El
.Sh SEE ALSO
.Xr fork 2 ,
+.Xr pthread_attr_init 3 ,
+.Xr pthread_attr_setdetachstate 3 ,
+.Xr pthread_attr_setstackaddr 3 ,
+.Xr pthread_attr_setstacksize 3 ,
.Xr pthread_cleanup_pop 3 ,
.Xr pthread_cleanup_push 3 ,
.Xr pthread_exit 3 ,