summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-12-22 15:44:21 +0000
committerkeramida <keramida@FreeBSD.org>2004-12-22 15:44:21 +0000
commit46fa95804bbe4c1ad4871465beaca2640ab6871d (patch)
tree9051476443c9d43d20d68833e8f13718775e8b61 /lib/libc
parentf8a7e4173311d237039c512dfb2694fa4ca0aa1e (diff)
downloadFreeBSD-src-46fa95804bbe4c1ad4871465beaca2640ab6871d.zip
FreeBSD-src-46fa95804bbe4c1ad4871465beaca2640ab6871d.tar.gz
Cross reference init(8) too, instead of vaguely referring to the
"initialization process".
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/_exit.211
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index 17f4d09..e298444 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -69,11 +69,13 @@ is set as defined by
.It
The parent process-ID of all of the calling process's existing child
processes are set to 1; the initialization process
-(see the
+inherits each of these processes
+(see
+.Xr init 8
+and the
.Sx DEFINITIONS
section of
-.Xr intro 2 )
-inherits each of these processes.
+.Xr intro 2 ).
.It
If the termination of the process causes any process group
to become orphaned (usually because the parents of all members
@@ -111,7 +113,8 @@ can never return.
.Xr fork 2 ,
.Xr sigaction 2 ,
.Xr wait 2 ,
-.Xr exit 3
+.Xr exit 3 ,
+.Xr init 8
.Sh STANDARDS
The
.Fn _exit
OpenPOWER on IntegriCloud