sem_post.3, setjmp.3: SEE ALSO: add signal-safety(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-09 13:56:24 +01:00
parent d077802826
commit 46fc35d52b
2 changed files with 4 additions and 2 deletions

View File

@ -82,4 +82,5 @@ See
.SH SEE ALSO
.BR sem_getvalue (3),
.BR sem_wait (3),
.BR sem_overview (7)
.BR sem_overview (7),
.BR signal-safety (7)

View File

@ -325,4 +325,5 @@ no non-async-signal-safe functions are called after
returning from the initial call to
.IR main ().
.SH SEE ALSO
.BR signal (7)
.BR signal (7),
.BR signal-safety (7)