From 48c281d746c29a7fd1987c37eb8b2701bc610aaf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 5 Dec 2014 05:34:06 +0100 Subject: [PATCH] sigaction.2: Add some detail on the sa_restorer field Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index f4ce0cfcd..29e493247 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -116,10 +116,12 @@ and .PP The .I sa_restorer -element is obsolete and should not be used. -POSIX does not specify a +field is not intended for application use. +(POSIX does not specify a .I sa_restorer -element. +fielf.) +Some further details of purpose of this field can be found in +.BR sigreturn (2). .PP .I sa_handler specifies the action to be associated with