From owner-cvs-all Sun Aug 2 17:58:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06350 for cvs-all-outgoing; Sun, 2 Aug 1998 17:58:42 -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 RAA06345; Sun, 2 Aug 1998 17:58:38 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12299; Sun, 2 Aug 1998 17:58:38 -0700 (PDT) Date: Sun, 2 Aug 1998 17:58:38 -0700 (PDT) Message-Id: <199808030058.RAA12299@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_create.3 pthread_detach.3 pthread_equal.3 pthread_exit.3 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/08/02 17:58:37 PDT Modified 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_create.3 pthread_detach.3 pthread_equal.3 pthread_exit.3 pthread_getspecific.3 pthread_join.3 pthread_key_create.3 pthread_key_delete.3 pthread_mutex_destroy.3 pthread_mutex_init.3 pthread_mutex_lock.3 pthread_mutex_trylock.3 pthread_mutex_unlock.3 pthread_once.3 pthread_self.3 pthread_setspecific.3 Log: The pthreads standard has been published. Change: ...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is published. to: ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second Edition 1996-07-12. Discussed with: jb Revision Changes Path 1.2 +2 -2 src/lib/libc_r/man/pthread_cleanup_pop.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cleanup_push.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_broadcast.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_destroy.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_init.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_signal.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_timedwait.3 1.2 +2 -2 src/lib/libc_r/man/pthread_cond_wait.3 1.5 +2 -2 src/lib/libc_r/man/pthread_create.3 1.3 +1 -1 src/lib/libc_r/man/pthread_detach.3 1.2 +2 -2 src/lib/libc_r/man/pthread_equal.3 1.4 +2 -2 src/lib/libc_r/man/pthread_exit.3 1.5 +3 -3 src/lib/libc_r/man/pthread_getspecific.3 1.4 +1 -1 src/lib/libc_r/man/pthread_join.3 1.3 +2 -2 src/lib/libc_r/man/pthread_key_create.3 1.3 +2 -2 src/lib/libc_r/man/pthread_key_delete.3 1.2 +2 -2 src/lib/libc_r/man/pthread_mutex_destroy.3 1.2 +2 -2 src/lib/libc_r/man/pthread_mutex_init.3 1.2 +2 -2 src/lib/libc_r/man/pthread_mutex_lock.3 1.2 +2 -2 src/lib/libc_r/man/pthread_mutex_trylock.3 1.2 +2 -2 src/lib/libc_r/man/pthread_mutex_unlock.3 1.3 +2 -2 src/lib/libc_r/man/pthread_once.3 1.2 +2 -2 src/lib/libc_r/man/pthread_self.3 1.3 +2 -2 src/lib/libc_r/man/pthread_setspecific.3