Date: Fri, 31 Jul 1998 02:09:20 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/man pthread_cleanup_pop.3 pthread_cleanup_push.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_mutex_destroy.3 pthread_mutex_init.3 pthread_mutex_lock.3 ... Message-ID: <199807310909.CAA07586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/07/31 02:09:19 PDT
Modified files:
lib/libc_r/man Makefile.inc pthread_create.3
Added files:
lib/libc_r/man pthread_cleanup_pop.3
pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3 pthread_cond_signal.3
pthread_cond_timedwait.3
pthread_cond_wait.3
pthread_mutex_destroy.3
pthread_mutex_init.3 pthread_mutex_lock.3
pthread_mutex_trylock.3
pthread_mutex_unlock.3
Log:
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>
Revision Changes Path
1.4 +15 -2 src/lib/libc_r/man/Makefile.inc
1.4 +2 -0 src/lib/libc_r/man/pthread_create.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807310909.CAA07586>
