OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / sigaltstack.2
index c61605d..49911ec 100644 (file)
@@ -83,7 +83,7 @@ alternate signal stack, while the \fIoss\fP argument
 is used to retrieve information about the currently
 established signal stack.
 If we are interested in performing just one
-of these tasks then the other argument can be specified as NULL.
+of these tasks, then the other argument can be specified as NULL.
 Each of these arguments is a structure of the following type:
 .sp
 .in +4n
@@ -147,7 +147,9 @@ a nonzero value other than
 .TP
 .B ENOMEM
 The specified size of the new alternate signal stack
-(\fIss.ss_size\fP) was less than \fBMINSTKSZ\fP.
+.I ss.ss_size
+was less than
+.BR MINSTKSZ .
 .TP
 .B EPERM
 An attempt was made to change the alternate signal stack while
@@ -236,3 +238,12 @@ if (sigaltstack(&ss, NULL) == \-1)
 .BR siglongjmp (3),
 .BR sigsetjmp (3),
 .BR signal (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.