This commit is contained in:
Michael Kerrisk 2006-05-01 00:05:18 +00:00
parent dffb0109be
commit 6f57dde7d2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Only a semaphore that has been initialised by
should be destroyed using
.BR sem_destroy ().
Destroying a semaphore that are other processes or threads are
Destroying a semaphore that other processes or threads are
currently blocked on (in
.BR sem_wait (3))
produces undefined behaviour.