Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Minor improvement in sigaction(2)



details:   https://anonhg.NetBSD.org/src/rev/bea691e1dbcd
branches:  trunk
changeset: 319220:bea691e1dbcd
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue May 22 03:07:50 2018 +0000

description:
Minor improvement in sigaction(2)

Note that SIGCHLD covers process continued event.

Sponsored by <The NetBSD Foundation>

diffstat:

 lib/libc/sys/sigaction.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 461edc6a067c -r bea691e1dbcd lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Tue May 22 02:54:32 2018 +0000
+++ b/lib/libc/sys/sigaction.2  Tue May 22 03:07:50 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigaction.2,v 1.49 2016/07/25 22:00:36 wiz Exp $
+.\"    $NetBSD: sigaction.2,v 1.50 2018/05/22 03:07:50 kamil Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)sigaction.2 8.2 (Berkeley) 4/3/94
 .\"
-.Dd July 9, 2016
+.Dd May 22, 2018
 .Dt SIGACTION 2
 .Os
 .Sh NAME
@@ -192,7 +192,7 @@
 the
 .Dv SIGCHLD
 signal will be generated only when a child process exits,
-not when a child process stops.
+not when a child process stops or continues.
 .It Dv SA_NOCLDWAIT
 If set, the system will not create a zombie when the child exits,
 but the child process will be automatically waited for.



Home | Main Index | Thread Index | Old Index