Make this man page really match the current <sys/signal.h> again and

the 2.x <sys/signal.h> for the first time :-).  The type of ss_sp
was lexically different.
This commit is contained in:
bde 1997-03-12 17:16:22 +00:00
parent 650f79fecf
commit 6ad856f7f1

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sigaltstack.2 8.2 (Berkeley) 5/1/95
.\" $Id$
.\" $Id: sigaltstack.2,v 1.7 1997/03/12 16:23:36 mpp Exp $
.\"
.Dd May 1, 1995
.Dt SIGALTSTACK 2
@ -43,7 +43,7 @@
.Fd #include <signal.h>
.Bd -literal
struct sigaltstack {
caddr_t ss_sp;
char *ss_sp;
long ss_size;
int ss_flags;
};