From f7d174ea1b8f3e6be035112cfc832839e0910820 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 4 Oct 2008 08:01:49 +0200 Subject: [PATCH] sigaction.2: refer reader to signal(7) for an overview of signals Signed-off-by: Michael Kerrisk Reported-by: Gergely Soos --- man2/sigaction.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index b23e6afd0..2b172b679 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -65,6 +65,9 @@ The .BR sigaction () system call is used to change the action taken by a process on receipt of a specific signal. +(See +.BR signal (7) +for an overview of signals.) .PP .I signum specifies the signal and can be any valid signal except