summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/_exit.2
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 11:41:26 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 11:41:26 -0300
commitcb642130dfc50717bb970a104c44aa7690930a38 (patch)
treec67f108534217a209198c6b201949ecc73acaba3 /lib/libc/sys/_exit.2
parent5dd7ab172435dc99e1abc1f7d73fd5e720050bbc (diff)
parentcd04fbc5e631c6b3e80a14eb7044c3be35fba2d2 (diff)
downloadFreeBSD-src-cb642130dfc50717bb970a104c44aa7690930a38.zip
FreeBSD-src-cb642130dfc50717bb970a104c44aa7690930a38.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r--lib/libc/sys/_exit.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index b35e7c4..120ef1c 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -28,7 +28,7 @@
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd September 8, 2016
.Dt EXIT 2
.Os
.Sh NAME
@@ -64,9 +64,11 @@ is set as defined by
.Xr wait 2 .
.It
The parent process-ID of all of the calling process's existing child
-processes are set to 1; the initialization process
+processes are set to the process-ID of the calling process's reaper;
+the reaper (normally the initialization process)
inherits each of these processes
(see
+.Xr procctl 2 ,
.Xr init 8
and the
.Sx DEFINITIONS
OpenPOWER on IntegriCloud