diff options
Diffstat (limited to 'lib/libpthread/man/sem_destroy.3')
-rw-r--r-- | lib/libpthread/man/sem_destroy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3 index 0496a76baadf..aa4bae7c6fc5 100644 --- a/lib/libpthread/man/sem_destroy.3 +++ b/lib/libpthread/man/sem_destroy.3 @@ -46,7 +46,7 @@ function destroys the unnamed semaphore pointed to by After a successful call to .Fn sem_destroy , .Fa sem -is unuseable until re-initialized by another call to +is unusable until re-initialized by another call to .Fn sem_init . .Sh RETURN VALUES .Rv -std sem_destroy |