From cc158fa3acf6739e3c6771c6cad865e5e4ae8351 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 8 Oct 2017 14:30:05 +0200 Subject: [PATCH] sigreturn.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/sigreturn.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/sigreturn.2 b/man2/sigreturn.2 index 73baca373..05c59bc38 100644 --- a/man2/sigreturn.2 +++ b/man2/sigreturn.2 @@ -124,7 +124,9 @@ The saved process context information is placed in a structure (see .IR ). That structure is visible within the signal handler -as the third argument of a handler established with the +as the third argument of a handler established via +.BR sigaction (2) +with the .BR SA_SIGINFO flag. .PP