summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_create.3
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-31 09:09:19 +0000
committerphk <phk@FreeBSD.org>1998-07-31 09:09:19 +0000
commit6b7f7b2376029340bae739a4bcfb17c4e165b1c7 (patch)
treeeb5dff01683bc9761b6e49f00c81035d9f28ecbf /lib/libpthread/man/pthread_create.3
parentac4b1e36f2a579a8e33c38861f9776bfe5c09470 (diff)
downloadFreeBSD-src-6b7f7b2376029340bae739a4bcfb17c4e165b1c7.zip
FreeBSD-src-6b7f7b2376029340bae739a4bcfb17c4e165b1c7.tar.gz
I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to pthread_cleanup_push(3) and pthread_cleanup_pop(3). PR: 7450 Submitted by: Brian Cully <shmit@kublai.com>
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r--lib/libpthread/man/pthread_create.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 4da26cf..18ace5e 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -102,6 +102,8 @@ is invalid.
.Sh SEE ALSO
.Xr fork 2 ,
.Xr pthread_exit 3 ,
+.Xr pthread_cleanup_push 3 ,
+.Xr pthread_cleanup_pop 3 ,
.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_create
OpenPOWER on IntegriCloud