From 5d69d2598bbfb0adafe1ac98710aab14ab1d8c2e Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 3 Aug 1998 00:58:37 +0000 Subject: 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 --- share/man/man3/pthread_cleanup_pop.3 | 4 ++-- share/man/man3/pthread_cleanup_push.3 | 4 ++-- share/man/man3/pthread_cond_broadcast.3 | 4 ++-- share/man/man3/pthread_cond_destroy.3 | 4 ++-- share/man/man3/pthread_cond_init.3 | 4 ++-- share/man/man3/pthread_cond_signal.3 | 4 ++-- share/man/man3/pthread_cond_timedwait.3 | 4 ++-- share/man/man3/pthread_cond_wait.3 | 4 ++-- share/man/man3/pthread_create.3 | 4 ++-- share/man/man3/pthread_detach.3 | 2 +- share/man/man3/pthread_equal.3 | 4 ++-- share/man/man3/pthread_exit.3 | 4 ++-- share/man/man3/pthread_getspecific.3 | 6 +++--- share/man/man3/pthread_join.3 | 2 +- share/man/man3/pthread_key_create.3 | 4 ++-- share/man/man3/pthread_key_delete.3 | 4 ++-- share/man/man3/pthread_mutex_destroy.3 | 4 ++-- share/man/man3/pthread_mutex_init.3 | 4 ++-- share/man/man3/pthread_mutex_lock.3 | 4 ++-- share/man/man3/pthread_mutex_trylock.3 | 4 ++-- share/man/man3/pthread_mutex_unlock.3 | 4 ++-- share/man/man3/pthread_once.3 | 4 ++-- share/man/man3/pthread_self.3 | 4 ++-- share/man/man3/pthread_setspecific.3 | 4 ++-- 24 files changed, 47 insertions(+), 47 deletions(-) (limited to 'share/man') diff --git a/share/man/man3/pthread_cleanup_pop.3 b/share/man/man3/pthread_cleanup_pop.3 index 40ba9eb..eefe4f3 100644 --- a/share/man/man3/pthread_cleanup_pop.3 +++ b/share/man/man3/pthread_cleanup_pop.3 @@ -55,6 +55,6 @@ None .Xr pthread_exit 3 .Sh STANDARDS .Fn pthread_cleanup_pop -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cleanup_push.3 b/share/man/man3/pthread_cleanup_push.3 index 3853a84..d19a188 100644 --- a/share/man/man3/pthread_cleanup_push.3 +++ b/share/man/man3/pthread_cleanup_push.3 @@ -58,6 +58,6 @@ None .Xr pthread_exit 3 .Sh STANDARDS .Fn pthread_cleanup_push -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3 index 3298e74..e302838 100644 --- a/share/man/man3/pthread_cond_broadcast.3 +++ b/share/man/man3/pthread_cond_broadcast.3 @@ -63,6 +63,6 @@ is invalid. .Xr pthread_cond_signal 3 .Sh STANDARDS .Fn pthread_cond_broadcast -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3 index 2822f0e..a14c30a 100644 --- a/share/man/man3/pthread_cond_destroy.3 +++ b/share/man/man3/pthread_cond_destroy.3 @@ -67,6 +67,6 @@ is locked by another thread. .Xr pthread_cond_broadcast 3 .Sh STANDARDS .Fn pthread_cond_destroy -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_init.3 b/share/man/man3/pthread_cond_init.3 index dd4759b..88c8a83 100644 --- a/share/man/man3/pthread_cond_init.3 +++ b/share/man/man3/pthread_cond_init.3 @@ -72,6 +72,6 @@ The temporarily lacks the resources to create another condition variable. .Xr pthread_cond_broadcast 3 .Sh STANDARDS .Fn pthread_cond_init -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_signal.3 b/share/man/man3/pthread_cond_signal.3 index d7f807f..66211b4 100644 --- a/share/man/man3/pthread_cond_signal.3 +++ b/share/man/man3/pthread_cond_signal.3 @@ -63,6 +63,6 @@ is invalid. .Xr pthread_cond_broadcast 3 .Sh STANDARDS .Fn pthread_cond_signal -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3 index 8168315..bf98e77 100644 --- a/share/man/man3/pthread_cond_timedwait.3 +++ b/share/man/man3/pthread_cond_timedwait.3 @@ -80,6 +80,6 @@ The system time has reached or exceeded the time specified in .Xr pthread_cond_broadcast 3 .Sh STANDARDS .Fn pthread_cond_timedwait -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3 index a1b8d12..fa063bc 100644 --- a/share/man/man3/pthread_cond_wait.3 +++ b/share/man/man3/pthread_cond_wait.3 @@ -74,6 +74,6 @@ is invalid. .Xr pthread_cond_broadcast 3 .Sh STANDARDS .Fn pthread_cond_wait -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3 index 18ace5e..3b6067a 100644 --- a/share/man/man3/pthread_create.3 +++ b/share/man/man3/pthread_create.3 @@ -107,6 +107,6 @@ is invalid. .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_create -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_detach.3 b/share/man/man3/pthread_detach.3 index 74ecc84d..a7f0490 100644 --- a/share/man/man3/pthread_detach.3 +++ b/share/man/man3/pthread_detach.3 @@ -78,4 +78,4 @@ thread ID, .Fn pthread_detach conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12 +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_equal.3 b/share/man/man3/pthread_equal.3 index 3324855..74a5882 100644 --- a/share/man/man3/pthread_equal.3 +++ b/share/man/man3/pthread_equal.3 @@ -61,6 +61,6 @@ None. .Xr pthread_exit 3 .Sh STANDARDS .Fn pthread_equal -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_exit.3 b/share/man/man3/pthread_exit.3 index aad365e..0e0f176 100644 --- a/share/man/man3/pthread_exit.3 +++ b/share/man/man3/pthread_exit.3 @@ -94,6 +94,6 @@ None. .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_exit -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_getspecific.3 b/share/man/man3/pthread_getspecific.3 index b53841e..b7875fb 100644 --- a/share/man/man3/pthread_getspecific.3 +++ b/share/man/man3/pthread_getspecific.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: pthread_getspecific.3,v 1.4 1997/02/22 15:05:24 peter Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 @@ -77,6 +77,6 @@ None. .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index 1c13216..d7a28a1 100644 --- a/share/man/man3/pthread_join.3 +++ b/share/man/man3/pthread_join.3 @@ -97,4 +97,4 @@ specifies the calling thread. .Fn pthread_join conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-06-12 +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_key_create.3 b/share/man/man3/pthread_key_create.3 index 25165ce..c7c15fd 100644 --- a/share/man/man3/pthread_key_create.3 +++ b/share/man/man3/pthread_key_create.3 @@ -93,6 +93,6 @@ Insufficient memory exists to create the key. .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_key_create -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_key_delete.3 b/share/man/man3/pthread_key_delete.3 index badfa8c..cf1ad12 100644 --- a/share/man/man3/pthread_key_delete.3 +++ b/share/man/man3/pthread_key_delete.3 @@ -87,6 +87,6 @@ value is invalid. .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_key_delete -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_mutex_destroy.3 b/share/man/man3/pthread_mutex_destroy.3 index 4f9b991..6b27501 100644 --- a/share/man/man3/pthread_mutex_destroy.3 +++ b/share/man/man3/pthread_mutex_destroy.3 @@ -65,6 +65,6 @@ is locked by another thread. .Xr pthread_mutex_trylock 3 .Sh STANDARDS .Fn pthread_mutex_destroy -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_mutex_init.3 b/share/man/man3/pthread_mutex_init.3 index 5136eef..d32debf 100644 --- a/share/man/man3/pthread_mutex_init.3 +++ b/share/man/man3/pthread_mutex_init.3 @@ -70,6 +70,6 @@ The temporarily lacks the resources to create another mutex. .Xr pthread_mutex_trylock 3 .Sh STANDARDS .Fn pthread_mutex_init -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3 index 7636772..564cd67 100644 --- a/share/man/man3/pthread_mutex_lock.3 +++ b/share/man/man3/pthread_mutex_lock.3 @@ -67,6 +67,6 @@ A deadlock would occur if the thread blocked waiting for .Xr pthread_mutex_destroy 3 .Sh STANDARDS .Fn pthread_mutex_lock -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_mutex_trylock.3 b/share/man/man3/pthread_mutex_trylock.3 index 3ba235e..0360999 100644 --- a/share/man/man3/pthread_mutex_trylock.3 +++ b/share/man/man3/pthread_mutex_trylock.3 @@ -68,6 +68,6 @@ is already locked. .Xr pthread_mutex_destroy 3 .Sh STANDARDS .Fn pthread_mutex_trylock -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_mutex_unlock.3 b/share/man/man3/pthread_mutex_unlock.3 index 18884e9..7285e0e 100644 --- a/share/man/man3/pthread_mutex_unlock.3 +++ b/share/man/man3/pthread_mutex_unlock.3 @@ -67,6 +67,6 @@ The current thread does not hold a lock on .Xr pthread_mutex_destroy 3 .Sh STANDARDS .Fn pthread_mutex_unlock -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3 index bbd823b..fc50d56 100644 --- a/share/man/man3/pthread_once.3 +++ b/share/man/man3/pthread_once.3 @@ -95,6 +95,6 @@ None. .Pp .Sh STANDARDS .Fn pthread_once -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_self.3 b/share/man/man3/pthread_self.3 index 9ba0ee6..46c118a 100644 --- a/share/man/man3/pthread_self.3 +++ b/share/man/man3/pthread_self.3 @@ -54,6 +54,6 @@ None. .Xr pthread_equal 3 .Sh STANDARDS .Fn pthread_self -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. diff --git a/share/man/man3/pthread_setspecific.3 b/share/man/man3/pthread_setspecific.3 index 838b587..e28cf56 100644 --- a/share/man/man3/pthread_setspecific.3 +++ b/share/man/man3/pthread_setspecific.3 @@ -86,6 +86,6 @@ value is invalid. .Xr pthread_key_delete 3 .Sh STANDARDS .Fn pthread_setspecific -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. -- cgit v1.1