Merge EINVAL descriptions.

This commit is contained in:
wiz 2014-01-04 15:54:27 +00:00
parent cefc4c9359
commit 86e63367c9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigaction.2,v 1.44 2012/10/14 08:49:28 dholland Exp $
.\" $NetBSD: sigaction.2,v 1.45 2014/01/04 15:54:27 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -318,14 +318,12 @@ points to memory that is not a valid part of the process
address space.
.It Bq Er EINVAL
.Fa sig
is not a valid signal number.
.It Bq Er EINVAL
An attempt is made to ignore or supply a handler for
is not a valid signal number;
or an attempt is made to ignore or supply a handler for
.Dv SIGKILL
or
.Dv SIGSTOP .
.It Bq Er EINVAL
The
.Dv SIGSTOP ;
or the
.Em sa_flags
word contains bits other than
.Dv SA_NOCLDSTOP ,