aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-09-10 11:18:06 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-09-10 11:18:06 +0200
commit96123f413dfebae7e6441729f93092cd76abe3c4 (patch)
tree563d19ca725cc7960e1575a7657b608d54b69860 /man7
parent475c27532a1e65634c2809a55ee8591b7e82c362 (diff)
downloadman-pages-96123f413dfebae7e6441729f93092cd76abe3c4.tar.gz
signal.7: SEE ALSO: add clone(2)
Because of the discussion of trheads and signals in clone(2)/ Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/signal.71
1 files changed, 1 insertions, 0 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 9f041e43fa..0fd4f66a7f 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -750,6 +750,7 @@ For a discussion of async-signal-safe functions, see
.BR signal-safety (7).
.SH SEE ALSO
.BR kill (1),
+.BR clone (2),
.BR getrlimit (2),
.BR kill (2),
.BR restart_syscall (2),