diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sem_destroy.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sem_getvalue.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sem_init.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sem_open.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sem_post.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sem_wait.3 | 5 |
6 files changed, 12 insertions, 18 deletions
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3 index bc66ffd..4074adc 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 9e2c560..e9ac2a6 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 ae791ba..a727fe2 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 a948bdc..22229b3 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 34fef83..970550d 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 ab08582..beff2e3 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 . |