aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-26 15:16:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-26 15:16:43 +0000
commit096841eceb6f1e33621f6688cd52239f87d99c31 (patch)
tree074bb1bce3d9a9fbaaf7ced4a1683d6e5a256e9b /lib/libpthread
parent589a5e341f2fb2700816e0a54ce169a00175be21 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_cancel.35
-rw-r--r--lib/libpthread/man/pthread_cleanup_pop.35
-rw-r--r--lib/libpthread/man/pthread_cleanup_push.35
-rw-r--r--lib/libpthread/man/pthread_cond_broadcast.35
-rw-r--r--lib/libpthread/man/pthread_cond_destroy.35
-rw-r--r--lib/libpthread/man/pthread_cond_init.35
-rw-r--r--lib/libpthread/man/pthread_cond_signal.35
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.35
-rw-r--r--lib/libpthread/man/pthread_cond_wait.35
-rw-r--r--lib/libpthread/man/pthread_create.35
-rw-r--r--lib/libpthread/man/pthread_detach.35
-rw-r--r--lib/libpthread/man/pthread_equal.35
-rw-r--r--lib/libpthread/man/pthread_exit.35
-rw-r--r--lib/libpthread/man/pthread_getspecific.35
-rw-r--r--lib/libpthread/man/pthread_join.35
-rw-r--r--lib/libpthread/man/pthread_key_create.35
-rw-r--r--lib/libpthread/man/pthread_key_delete.35
-rw-r--r--lib/libpthread/man/pthread_mutex_destroy.35
-rw-r--r--lib/libpthread/man/pthread_mutex_init.35
-rw-r--r--lib/libpthread/man/pthread_mutex_lock.35
-rw-r--r--lib/libpthread/man/pthread_mutex_trylock.35
-rw-r--r--lib/libpthread/man/pthread_mutex_unlock.35
-rw-r--r--lib/libpthread/man/pthread_once.35
-rw-r--r--lib/libpthread/man/pthread_self.35
-rw-r--r--lib/libpthread/man/pthread_setspecific.35
-rw-r--r--lib/libpthread/man/pthread_testcancel.35
-rw-r--r--lib/libpthread/man/sem_destroy.35
-rw-r--r--lib/libpthread/man/sem_getvalue.35
-rw-r--r--lib/libpthread/man/sem_init.35
-rw-r--r--lib/libpthread/man/sem_open.35
-rw-r--r--lib/libpthread/man/sem_post.35
-rw-r--r--lib/libpthread/man/sem_wait.35
32 files changed, 64 insertions, 96 deletions
diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3
index 9a741d8950f1a..2e392de799840 100644
--- a/lib/libpthread/man/pthread_cancel.3
+++ b/lib/libpthread/man/pthread_cancel.3
@@ -68,9 +68,8 @@ thread ID.
.Xr pthread_testcancel 3
.Sh STANDARDS
.Fn pthread_cancel
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
.Sh AUTHORS
This man page was written by
.An David Leonard Aq d@openbsd.org
diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3
index a2f78945b0627..3cefb61322997 100644
--- a/lib/libpthread/man/pthread_cleanup_pop.3
+++ b/lib/libpthread/man/pthread_cleanup_pop.3
@@ -60,6 +60,5 @@ None
.Xr pthread_exit 3
.Sh STANDARDS
.Fn pthread_cleanup_pop
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cleanup_push.3 b/lib/libpthread/man/pthread_cleanup_push.3
index 103daa68a7c24..b04c212897b18 100644
--- a/lib/libpthread/man/pthread_cleanup_push.3
+++ b/lib/libpthread/man/pthread_cleanup_push.3
@@ -62,6 +62,5 @@ None
.Xr pthread_exit 3
.Sh STANDARDS
.Fn pthread_cleanup_push
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3
index c380ecebbb621..47d0bb44eb28d 100644
--- a/lib/libpthread/man/pthread_cond_broadcast.3
+++ b/lib/libpthread/man/pthread_cond_broadcast.3
@@ -67,6 +67,5 @@ is invalid.
.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_broadcast
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3
index bf8bbf38d6e26..380aa6982e8fd 100644
--- a/lib/libpthread/man/pthread_cond_destroy.3
+++ b/lib/libpthread/man/pthread_cond_destroy.3
@@ -71,6 +71,5 @@ is locked by another thread.
.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_destroy
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3
index 6c7ccca5108e7..3c33299b20e17 100644
--- a/lib/libpthread/man/pthread_cond_init.3
+++ b/lib/libpthread/man/pthread_cond_init.3
@@ -76,6 +76,5 @@ The temporarily lacks the resources to create another condition variable.
.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_init
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3
index 7ad985e2b4c4a..15839753a20eb 100644
--- a/lib/libpthread/man/pthread_cond_signal.3
+++ b/lib/libpthread/man/pthread_cond_signal.3
@@ -67,6 +67,5 @@ is invalid.
.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_signal
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index e80c2bfb99ace..c7142d04ccbb8 100644
--- a/lib/libpthread/man/pthread_cond_timedwait.3
+++ b/lib/libpthread/man/pthread_cond_timedwait.3
@@ -86,6 +86,5 @@ The system time has reached or exceeded the time specified in
.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_timedwait
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index 024367af6b5e3..e2d6094103dd9 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/man/pthread_cond_wait.3
@@ -80,6 +80,5 @@ is invalid.
.Xr pthread_cond_timedwait 3
.Sh STANDARDS
.Fn pthread_cond_wait
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 2f760d0c6b510..66c8038f6b9ba 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -118,6 +118,5 @@ is invalid.
.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_create
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3
index 05154fc085d51..329db6262a020 100644
--- a/lib/libpthread/man/pthread_detach.3
+++ b/lib/libpthread/man/pthread_detach.3
@@ -86,6 +86,5 @@ thread ID,
.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_detach
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_equal.3 b/lib/libpthread/man/pthread_equal.3
index 9e9f5c7829ff1..d95330902ce22 100644
--- a/lib/libpthread/man/pthread_equal.3
+++ b/lib/libpthread/man/pthread_equal.3
@@ -65,6 +65,5 @@ None.
.Xr pthread_exit 3
.Sh STANDARDS
.Fn pthread_equal
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 6f95e9d353cbe..f24525843ac38 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -102,6 +102,5 @@ None.
.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_exit
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3
index 9900d29652230..4bcb0d9b50d95 100644
--- a/lib/libpthread/man/pthread_getspecific.3
+++ b/lib/libpthread/man/pthread_getspecific.3
@@ -79,6 +79,5 @@ None.
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_getspecific
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index d6a42e536829c..9a412949e1491 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -102,6 +102,5 @@ specifies the calling thread.
.Xr pthread_create 3
.Sh STANDARDS
.Fn pthread_join
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3
index f6a1d9c9e150b..44aecfeae5109 100644
--- a/lib/libpthread/man/pthread_key_create.3
+++ b/lib/libpthread/man/pthread_key_create.3
@@ -104,6 +104,5 @@ Insufficient memory exists to create the key.
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_key_create
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3
index e735eb62063db..8b1019d6ca86e 100644
--- a/lib/libpthread/man/pthread_key_delete.3
+++ b/lib/libpthread/man/pthread_key_delete.3
@@ -95,6 +95,5 @@ value is invalid.
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_key_delete
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3
index 87384dc925a00..4863c9066c06d 100644
--- a/lib/libpthread/man/pthread_mutex_destroy.3
+++ b/lib/libpthread/man/pthread_mutex_destroy.3
@@ -69,6 +69,5 @@ is locked by another thread.
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_destroy
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index ba19e3ba5005b..0e5f43ee89bbe 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -74,6 +74,5 @@ The temporarily lacks the resources to create another mutex.
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_init
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3
index 0c6419ae819e8..1cd462f381da2 100644
--- a/lib/libpthread/man/pthread_mutex_lock.3
+++ b/lib/libpthread/man/pthread_mutex_lock.3
@@ -71,6 +71,5 @@ A deadlock would occur if the thread blocked waiting for
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_lock
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3
index 268a558d3bab6..8dc9802a5c9e0 100644
--- a/lib/libpthread/man/pthread_mutex_trylock.3
+++ b/lib/libpthread/man/pthread_mutex_trylock.3
@@ -72,6 +72,5 @@ is already locked.
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_trylock
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3
index 29d5c61a7f357..c72fc3ef69ee3 100644
--- a/lib/libpthread/man/pthread_mutex_unlock.3
+++ b/lib/libpthread/man/pthread_mutex_unlock.3
@@ -71,6 +71,5 @@ The current thread does not hold a lock on
.Xr pthread_mutex_trylock 3
.Sh STANDARDS
.Fn pthread_mutex_unlock
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index e77e180373727..48a42797f7800 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -103,6 +103,5 @@ None.
.Pp
.Sh STANDARDS
.Fn pthread_once
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_self.3 b/lib/libpthread/man/pthread_self.3
index c196875cc529c..c7a8dc34b63c7 100644
--- a/lib/libpthread/man/pthread_self.3
+++ b/lib/libpthread/man/pthread_self.3
@@ -58,6 +58,5 @@ None.
.Xr pthread_equal 3
.Sh STANDARDS
.Fn pthread_self
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index 2ab28de623c34..d211c94a3515a 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -92,6 +92,5 @@ value is invalid.
.Xr pthread_key_delete 3
.Sh STANDARDS
.Fn pthread_setspecific
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3
index c27c16df84eb0..2bb4ae2abb76b 100644
--- a/lib/libpthread/man/pthread_testcancel.3
+++ b/lib/libpthread/man/pthread_testcancel.3
@@ -190,9 +190,8 @@ or
.Xr pthread_cancel 3
.Sh STANDARDS
.Fn pthread_testcancel
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 Second Edition 1996-07-12.
+conforms to
+.St -p1003.1-96 .
.Sh AUTHORS
This man page was written by
.An David Leonard Aq d@openbsd.org
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3
index bc66ffd1cb1c1..4074adcb35d09 100644
--- a/lib/libpthread/man/sem_destroy.3
+++ b/lib/libpthread/man/sem_destroy.3
@@ -71,9 +71,8 @@ points to.
.Xr sem_init 3
.Sh STANDARDS
.Fn sem_destroy
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conforms to
+.St -p1003.1-96 .
.Pp
POSIX does not define the behavior of
.Fn sem_destroy
diff --git a/lib/libpthread/man/sem_getvalue.3 b/lib/libpthread/man/sem_getvalue.3
index 9e2c5602661a3..e9ac2a6466f52 100644
--- a/lib/libpthread/man/sem_getvalue.3
+++ b/lib/libpthread/man/sem_getvalue.3
@@ -69,9 +69,8 @@ points to an invalid semaphore.
.Xr sem_wait 3
.Sh STANDARDS
.Fn sem_getvalue
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conforms to
+.St -p1003.1-96 .
.Pp
The value of the semaphore is never negative, even if there are threads blocked
on the semaphore. POSIX is somewhat ambiguous in its wording with regard to
diff --git a/lib/libpthread/man/sem_init.3 b/lib/libpthread/man/sem_init.3
index ae791ba5de20d..a727fe2053b78 100644
--- a/lib/libpthread/man/sem_init.3
+++ b/lib/libpthread/man/sem_init.3
@@ -88,9 +88,8 @@ Unable to initialize a shared semaphore.
.Xr sem_wait 3
.Sh STANDARDS
.Fn sem_init
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conforms to
+.St -p1003.1-96 .
.Pp
This implementation does not support shared semaphores, and reports this fact
by setting
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3
index a948bdc383550..22229b33954d2 100644
--- a/lib/libpthread/man/sem_open.3
+++ b/lib/libpthread/man/sem_open.3
@@ -77,6 +77,5 @@ Function not supported by this implementation.
.Fn sem_close ,
and
.Fn sem_unlink
-conform to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conform to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3
index 34fef83c614d9..970550dbce82c 100644
--- a/lib/libpthread/man/sem_post.3
+++ b/lib/libpthread/man/sem_post.3
@@ -71,6 +71,5 @@ points to an invalid semaphore.
.Xr sem_wait 3
.Sh STANDARDS
.Fn sem_post
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conforms to
+.St -p1003.1-96 .
diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3
index ab085820ec791..beff2e315dec0 100644
--- a/lib/libpthread/man/sem_wait.3
+++ b/lib/libpthread/man/sem_wait.3
@@ -89,6 +89,5 @@ The semaphore value was zero, and thus could not be decremented.
.Fn sem_wait
and
.Fn sem_trywait
-conform to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conform to
+.St -p1003.1-96 .