summaryrefslogtreecommitdiff
path: root/lib/libc
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/libc
parent589a5e341f2fb2700816e0a54ce169a00175be21 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sem_destroy.35
-rw-r--r--lib/libc/gen/sem_getvalue.35
-rw-r--r--lib/libc/gen/sem_init.35
-rw-r--r--lib/libc/gen/sem_open.35
-rw-r--r--lib/libc/gen/sem_post.35
-rw-r--r--lib/libc/gen/sem_wait.35
6 files changed, 12 insertions, 18 deletions
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3
index bc66ffd1cb1c..4074adcb35d0 100644
--- a/lib/libc/gen/sem_destroy.3
+++ b/lib/libc/gen/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/libc/gen/sem_getvalue.3 b/lib/libc/gen/sem_getvalue.3
index 9e2c5602661a..e9ac2a6466f5 100644
--- a/lib/libc/gen/sem_getvalue.3
+++ b/lib/libc/gen/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/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3
index ae791ba5de20..a727fe2053b7 100644
--- a/lib/libc/gen/sem_init.3
+++ b/lib/libc/gen/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/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3
index a948bdc38355..22229b33954d 100644
--- a/lib/libc/gen/sem_open.3
+++ b/lib/libc/gen/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/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3
index 34fef83c614d..970550dbce82 100644
--- a/lib/libc/gen/sem_post.3
+++ b/lib/libc/gen/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/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3
index ab085820ec79..beff2e315dec 100644
--- a/lib/libc/gen/sem_wait.3
+++ b/lib/libc/gen/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 .