From owner-cvs-all Fri Jul 31 02:09:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25141 for cvs-all-outgoing; Fri, 31 Jul 1998 02:09:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25131; Fri, 31 Jul 1998 02:09:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07586; Fri, 31 Jul 1998 02:09:20 -0700 (PDT) Date: Fri, 31 Jul 1998 02:09:20 -0700 (PDT) Message-Id: <199807310909.CAA07586@freefall.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 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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