aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/sem_destroy.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/man/sem_destroy.3')
-rw-r--r--lib/libc_r/man/sem_destroy.34
1 files changed, 3 insertions, 1 deletions
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 .