aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_condattr.33
-rw-r--r--lib/libc_r/man/sem_destroy.34
-rw-r--r--lib/libc_r/man/sem_init.34
3 files changed, 8 insertions, 3 deletions
diff --git a/lib/libc_r/man/pthread_condattr.3 b/lib/libc_r/man/pthread_condattr.3
index 9aa9a52293c1..6b8a98355f90 100644
--- a/lib/libc_r/man/pthread_condattr.3
+++ b/lib/libc_r/man/pthread_condattr.3
@@ -44,7 +44,8 @@
.Sh DESCRIPTION
Condition attribute objects are used to specify parameters to
.Fn pthread_cond_init .
-FreeBSD's implementation of conditions does not support any non-default
+.Fx Ns 's
+implementation of conditions does not support any non-default
attributes, so these functions are not very useful, though they are required to
to be present by
.Tn POSIX .
diff --git a/lib/libc_r/man/sem_destroy.3 b/lib/libc_r/man/sem_destroy.3
index 56e92047fb66..bc66ffd1cb1c 100644
--- a/lib/libc_r/man/sem_destroy.3
+++ b/lib/libc_r/man/sem_destroy.3
@@ -81,5 +81,7 @@ if called while there are threads blocked on
.Fa sem ,
but this implementation is guaranteed to return -1 and set
.Va errno
-to EBUSY if there are threads blocked on
+to
+.Er EBUSY
+if there are threads blocked on
.Fa sem .
diff --git a/lib/libc_r/man/sem_init.3 b/lib/libc_r/man/sem_init.3
index 2449ce0d7295..ae791ba5de20 100644
--- a/lib/libc_r/man/sem_init.3
+++ b/lib/libc_r/man/sem_init.3
@@ -95,7 +95,9 @@ Std 1003.1 1996 Edition.
This implementation does not support shared semaphores, and reports this fact
by setting
.Va errno
-to EPERM. This is perhaps a stretch of the intention of POSIX, but is
+to
+.Er EPERM .
+This is perhaps a stretch of the intention of POSIX, but is
compliant, with the caveat that
.Fn sem_init
always reports a permissions error when an attempt to create a shared semaphore