From e6a773f65f02f4f8f298df5070bc3e09e9338491 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 08:25:43 +0200 Subject: [PATCH] sigaction.2: Correct the list of flags that were added in POSIX.1-2001 --- man2/sigaction.2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index a568fbbb0..95fff3091 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -796,9 +796,12 @@ or similar. POSIX.1-1990 specified only .BR SA_NOCLDSTOP . POSIX.1-2001 added +.BR SA_NOCLDSTOP , .BR SA_NOCLDWAIT , -.BR SA_RESETHAND , .BR SA_NODEFER , +.BR SA_ONSTACK , +.BR SA_RESETHAND , +.BR SA_RESTART , and .BR SA_SIGINFO . Use of these latter values in