Minor improvement in sigaction(2)

Note that SIGCHLD covers process continued event.

Sponsored by <The NetBSD Foundation>
This commit is contained in:
kamil 2018-05-22 03:07:50 +00:00
parent 4c45dc6a2c
commit 33e8159699
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ signal,
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.