Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Merge EINVAL descriptions.



details:   https://anonhg.NetBSD.org/src/rev/cf0d0bb882e6
branches:  trunk
changeset: 325735:cf0d0bb882e6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 04 15:54:27 2014 +0000

description:
Merge EINVAL descriptions.

diffstat:

 lib/libc/sys/sigaction.2 |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r db99f8dbd533 -r cf0d0bb882e6 lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Sat Jan 04 15:43:27 2014 +0000
+++ b/lib/libc/sys/sigaction.2  Sat Jan 04 15:54:27 2014 +0000
@@ -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 @@
 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 ,



Home | Main Index | Thread Index | Old Index