aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-17 09:53:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-17 09:53:34 +0100
commit3a3825493494429b156b5f7590abfa2e1b6b4377 (patch)
treed499da87f51c8b950f7e4bdf24b86b92763fede5
parent2f296977002d440da860cd91304c0cfe1df2729b (diff)
downloadman-pages-3a3825493494429b156b5f7590abfa2e1b6b4377.tar.gz
getcontext.3: SEE ALSO: add signal(7)
The signal(7) manual page has some useful info related to ucontext_t. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getcontext.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/getcontext.3 b/man3/getcontext.3
index fd34784963..9dbb56da67 100644
--- a/man3/getcontext.3
+++ b/man3/getcontext.3
@@ -206,4 +206,5 @@ instead.
.BR sigprocmask (2),
.BR longjmp (3),
.BR makecontext (3),
-.BR sigsetjmp (3)
+.BR sigsetjmp (3),
+.BR signal (7)