From a3727934a02306b8af94b05d49c0b3025797a86b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 17 Nov 2020 13:18:09 +0100 Subject: [PATCH] sigaction.2: Add a cross-reference to signal(7) for further info on 'ucontext_t' Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index b8a43a08c..190be2270 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -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