Module Name:    src
Committed By:   wiz
Date:           Sat Jan  4 15:54:27 UTC 2014

Modified Files:
        src/lib/libc/sys: sigaction.2

Log Message:
Merge EINVAL descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/sigaction.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/sigaction.2
diff -u src/lib/libc/sys/sigaction.2:1.44 src/lib/libc/sys/sigaction.2:1.45
--- src/lib/libc/sys/sigaction.2:1.44	Sun Oct 14 08:49:28 2012
+++ src/lib/libc/sys/sigaction.2	Sat Jan  4 15:54:27 2014
@@ -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 par
 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 ,

Reply via email to