From: Michael Kerrisk Date: Thu, 23 Jun 2005 13:40:38 +0000 (+0000) Subject: whitespace cleanups X-Git-Tag: man-pages-2.05~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fefaf5f952e82b9aba07dd0f172f0714abbf2a0b;p=thirdparty%2Fman-pages.git whitespace cleanups --- diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index de973aa03a..9f94922f00 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -88,7 +88,6 @@ call to \fBsigaltstack\fP. The \fIoss.ss_sp\fP and \fIoss.ss_size\fP fields return the starting address and size of that stack. The \fIoss.ss_flags\fP may return either of the following values: - .TP .B SS_ONSTACK The process is currently executing on the alternate @@ -98,11 +97,9 @@ currently executing on it.) .TP .B SS_DISABLE The alternate signal stack is currently disabled. - .SH "RETURN VALUE" \fBsigaltstack\fP returns 0 on success, or \-1 on failure with \fIerrno\fP set to indicate the error. - .SH ERRORS .TP .B EFAULT @@ -167,15 +164,12 @@ signal stack. \fBsigaltstack\fP supersedes the older \fBsigstack\fP call. For backwards compatibility, glibc also provides \fBsigstack\fP. All new applications should be written using \fBsigaltstack\fB. - .SH HISTORY BSD 4.2 had a \fIsigstack\fP() system call. It used a slightly different struct, and had as major disadvantage that the caller had to know the direction of stack growth. - .SH "CONFORMING TO" SUSv2, SVr4, POSIX 1003.1-2001. - .SH "SEE ALSO" .BR execve (2), .BR setrlimit (2),