summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:19:19 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:19:19 +0000
commit323aef4f20a76edfb3895671698fadc7693d41c7 (patch)
treee60ae5b821b7cec01b279a94267f0a65e3287447 /lib/libc_r
parent68adaa6592a47e25bfe52c685c64bf942f14191f (diff)
Xr's to pthread_attr_*(3)
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_create.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3
index 9f1cc7a4804..20903da05bb 100644
--- a/lib/libc_r/man/pthread_create.3
+++ b/lib/libc_r/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 ,