From owner-cvs-all@FreeBSD.ORG Sun Jun 8 03:40:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E56237B401; Sun, 8 Jun 2003 03:40:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDDA43FAF; Sun, 8 Jun 2003 03:40:45 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h58Aej0U047695; Sun, 8 Jun 2003 03:40:45 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h58AejVj047694; Sun, 8 Jun 2003 03:40:45 -0700 (PDT) Message-Id: <200306081040.h58AejVj047694@repoman.freebsd.org> From: Philippe Charnier Date: Sun, 8 Jun 2003 03:40:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/man pthread_attr.3 pthread_cancel.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 10:40:46 -0000 charnier 2003/06/08 03:40:45 PDT FreeBSD src repository Modified files: lib/libpthread/man pthread_attr.3 pthread_cancel.3 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_condattr.3 pthread_create.3 pthread_detach.3 Log: The .Fn function Revision Changes Path 1.12 +20 -10 src/lib/libpthread/man/pthread_attr.3 1.8 +4 -2 src/lib/libpthread/man/pthread_cancel.3 1.11 +4 -2 src/lib/libpthread/man/pthread_cleanup_pop.3 1.12 +4 -2 src/lib/libpthread/man/pthread_cleanup_push.3 1.12 +4 -2 src/lib/libpthread/man/pthread_cond_broadcast.3 1.13 +4 -2 src/lib/libpthread/man/pthread_cond_destroy.3 1.14 +4 -2 src/lib/libpthread/man/pthread_cond_init.3 1.12 +4 -2 src/lib/libpthread/man/pthread_cond_signal.3 1.17 +4 -2 src/lib/libpthread/man/pthread_cond_timedwait.3 1.17 +4 -2 src/lib/libpthread/man/pthread_cond_wait.3 1.11 +6 -3 src/lib/libpthread/man/pthread_condattr.3 1.17 +4 -2 src/lib/libpthread/man/pthread_create.3 1.14 +4 -2 src/lib/libpthread/man/pthread_detach.3