This commit is contained in:
Michael Kerrisk 2007-12-10 14:43:32 +00:00
parent 4bfc357373
commit c030aa56cb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sem_unlink \- remove a named semaphore
.SH DESCRIPTION
.BR sem_unlink ()
removes the named semaphore referred to by
.IR sem .
.IR name .
The semaphore name is removed immediately.
The semaphore is destroyed once all other processes that have
the semaphore open close it.