aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigaltstack.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigaltstack.2')
-rw-r--r--man2/sigaltstack.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index 7e56fd39b6..882b2f16d9 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -147,6 +147,8 @@ if (sigaltstack(&ss, NULL) == \-1)
/* Handle error */;
.fi
.RE
+.SH "CONFORMING TO"
+SUSv2, SVr4, POSIX.1-2001.
.SH NOTES
The most common usage of an alternate signal stack is to handle the
.B SIGSEGV
@@ -201,8 +203,6 @@ system call.
It used a slightly
different struct, and had the major disadvantage that the caller
had to know the direction of stack growth.
-.SH "CONFORMING TO"
-SUSv2, SVr4, POSIX.1-2001.
.SH "SEE ALSO"
.BR execve (2),
.BR setrlimit (2),