Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Merge two entries for the same error.



details:   https://anonhg.NetBSD.org/src/rev/eec93d54d9ea
branches:  trunk
changeset: 754427:eec93d54d9ea
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 30 06:48:20 2010 +0000

description:
Merge two entries for the same error.

diffstat:

 lib/libc/gen/sigignore.3 |  7 +++----
 lib/libc/gen/sigset.3    |  7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 0282db4770a4 -r eec93d54d9ea lib/libc/gen/sigignore.3
--- a/lib/libc/gen/sigignore.3  Fri Apr 30 06:34:23 2010 +0000
+++ b/lib/libc/gen/sigignore.3  Fri Apr 30 06:48:20 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigignore.3,v 1.5 2010/04/30 04:39:16 jruoho Exp $
+.\"    $NetBSD: sigignore.3,v 1.6 2010/04/30 06:48:20 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -66,9 +66,8 @@
 .It Bq Er EINVAL
 The argument
 .Fa sig
-is not a valid signal number.
-.It Bq Er EINVAL
-An attempt is made to ignore a signal that cannot be ignored,
+is not a valid signal number;
+or an attempt is made to ignore a signal that cannot be ignored,
 such as
 .Dv SIGKILL
 or
diff -r 0282db4770a4 -r eec93d54d9ea lib/libc/gen/sigset.3
--- a/lib/libc/gen/sigset.3     Fri Apr 30 06:34:23 2010 +0000
+++ b/lib/libc/gen/sigset.3     Fri Apr 30 06:48:20 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigset.3,v 1.7 2010/04/30 04:39:16 jruoho Exp $
+.\"    $NetBSD: sigset.3,v 1.8 2010/04/30 06:48:20 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -105,9 +105,8 @@
 .It Bq Er EINVAL
 The argument
 .Fa sig
-is not a valid signal number.
-.It Bq Er EINVAL
-An attempt is made to ignore a signal that cannot be ignored,
+is not a valid signal number;
+or an attempt is made to ignore a signal that cannot be ignored,
 such as
 .Dv SIGKILL
 or



Home | Main Index | Thread Index | Old Index