Added pointer to example in sem_wait(3).

This commit is contained in:
Michael Kerrisk 2008-04-24 08:49:49 +00:00
parent 2e001ad4f9
commit 40bc92e59d
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ POSIX.1-2001.
.BR sem_post ()
is async-signal-safe:
it may be safely called within a signal handler.
.SH EXAMPLE
See
.BR sem_wait (3).
.SH "SEE ALSO"
.BR sem_getvalue (3),
.BR sem_wait (3),