PR/7572: John F. Woods: document EINVAL caused by bogus flags in struct

sigaction.
This commit is contained in:
christos 2003-04-20 23:20:52 +00:00
parent d268a0e37f
commit 3630d7f233
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigaction.2,v 1.30 2003/04/16 13:34:56 wiz Exp $
.\" $NetBSD: sigaction.2,v 1.31 2003/04/20 23:20:52 christos Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -312,6 +312,18 @@ An attempt is made to ignore or supply a handler for
.Dv SIGKILL
or
.Dv SIGSTOP .
.It Bq Er EINVAL
The
.Em sa_flags
word contains bits other than
.Dv SA_ONSTACK ,
.Dv SA_RESTART ,
.Dv SA_RESETHAND ,
.Dv SA_NODEFER ,
.Dv SA_SIGINFO ,
.Dv SA_NOCLDWAIT ,
and
.Dv SA_NOCLDSTOP .
.El
.Sh SEE ALSO
.Xr kill 1 ,