aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/_exit.29
1 files changed, 4 insertions, 5 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index fd24aeb350..6c97289c35 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -53,11 +53,10 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
The function
.BR _exit ()
terminates the calling process "immediately".
-Any open file descriptors
-belonging to the process are closed; any children of the process are
-inherited by process 1,
-.IR init ,
-and the process's parent is sent a
+Any open file descriptors belonging to the process are closed.
+Any children of the process are inherited by process 1,
+.IR init .
+The process's parent is sent a
.B SIGCHLD
signal.
.LP