sem_post.3: Add a reference to code example code in shm_open(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-28 16:10:40 +01:00
parent 3137ba8843
commit 3d5a6df077
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ is async-signal-safe:
it may be safely called within a signal handler.
.SH EXAMPLE
See
.BR sem_wait (3).
.BR sem_wait (3)
and
.BR shm_open (3).
.SH SEE ALSO
.BR sem_getvalue (3),
.BR sem_wait (3),