sigaction.2: Add a cross-reference to signal(7) for further info on 'ucontext_t'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-17 13:18:09 +01:00
parent 938dd97e35
commit a3727934a0
1 changed files with 3 additions and 1 deletions

View File

@ -301,7 +301,9 @@ on the user-space stack by the kernel; for details, see
Further information about the
.IR ucontext_t
structure can be found in
.BR getcontext (3).
.BR getcontext (3)
and
.BR signal (7).
Commonly, the handler function doesn't make any use of the third argument.
.PP
The