aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigaltstack.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 16:30:46 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 16:30:46 +0000
commit2dd578fd5b80cbfe5892b200633aa1442c4ac674 (patch)
tree24e8979404da027e60b9f9722256768404464d3b /man2/sigaltstack.2
parenta1d5f77cc8a41c7c0ba751140e31b8b0e71fd091 (diff)
downloadman-pages-2dd578fd5b80cbfe5892b200633aa1442c4ac674.tar.gz
Reordered sections for consistency.
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),