diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-31 09:09:19 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-31 09:09:19 +0000 |
commit | 1fbdc08dfe31ed5114e24f014a12eb08e371a3a6 (patch) | |
tree | 49f11b2fc0948f1fef389370edb302eb069d9423 /lib/libpthread/man/pthread_create.3 | |
parent | 948cb33b787b76bf75b20d02e94efd02509ae146 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=37985
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 4da26cfff3ba..18ace5ea7813 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 |