diff options
Diffstat (limited to 'lib/libpthread/man/sem_destroy.3')
-rw-r--r-- | lib/libpthread/man/sem_destroy.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3 index 56e9204..bc66ffd 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 . |