aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitc23155a43a8fbd8404b4d7bca71c292e92fb4870 (patch)
tree1e83673f6c987353d3d25ac9281b995305207cdd /lib/libpthread/man
parentb4f0f4aa81e55069576ee63fdbc80fa9c8f9cdbb (diff)
downloadsrc-c23155a43a8fbd8404b4d7bca71c292e92fb4870.tar.gz
src-c23155a43a8fbd8404b4d7bca71c292e92fb4870.zip
mdoc(7) police: Er macro usage cleanup.
Notes
Notes: svn path=/head/; revision=69051
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/sem_destroy.34
-rw-r--r--lib/libpthread/man/sem_init.34
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3
index 56e92047fb66..bc66ffd1cb1c 100644
--- a/lib/libpthread/man/sem_destroy.3
+++ b/lib/libpthread/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/libpthread/man/sem_init.3 b/lib/libpthread/man/sem_init.3
index 2449ce0d7295..ae791ba5de20 100644
--- a/lib/libpthread/man/sem_init.3
+++ b/lib/libpthread/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