diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-05 06:37:01 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-05 06:37:01 +0000 |
| commit | 3cd9a8622a700a4936d202a7a7bdd0b86c50dc77 (patch) | |
| tree | dc1262a361252c95b9d2c8ddad60d88307abce17 /lib/libc | |
| parent | 950da56038026990d3b64c06e37f7e41e1304209 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/_exit.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index cd8688b83687..a7d282d6f504 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -67,7 +67,9 @@ 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 DEFINITIONS section of +(see the +.Sx DEFINITIONS +section of .Xr intro 2 ) inherits each of these processes. .It @@ -98,7 +100,7 @@ which flushes buffers, closes streams, unlinks temporary files, etc., before calling .Fn _exit . -.Sh RETURN VALUE +.Sh RETURN VALUES .Fn _exit can never return. .Sh SEE ALSO |
