Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys PR/7572: John F. Woods: document EINVAL caused ...
details: https://anonhg.NetBSD.org/src/rev/6a2c49a9731f
branches: trunk
changeset: 546136:6a2c49a9731f
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 20 23:20:52 2003 +0000
description:
PR/7572: John F. Woods: document EINVAL caused by bogus flags in struct
sigaction.
diffstat:
lib/libc/sys/sigaction.2 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 9c97ef479b6f -r 6a2c49a9731f lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2 Sun Apr 20 22:53:56 2003 +0000
+++ b/lib/libc/sys/sigaction.2 Sun Apr 20 23:20:52 2003 +0000
@@ -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 @@
.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 ,
Home |
Main Index |
Thread Index |
Old Index