diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-01-13 05:09:16 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-01-13 05:09:16 +0000 |
| commit | 4d1b2e67aef286bf4b264d0c4e5a0bb3c44f2946 (patch) | |
| tree | b84f64c7688435d990cd406fb2ebf95263147d5f /lib/libc | |
| parent | e3abfc8253ff698a17badbd07bb7d21e36ccba47 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index ee460854fba2..96bff831b8f2 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -502,7 +502,7 @@ as the group, but is in a different process group. Note that when a process exits, the parent process for its children is changed to be -.Nm init , +.Xr init 8 , which is in a separate session. Not all members of an orphaned process group are necessarily orphaned processes (those whose creating process has exited). @@ -562,7 +562,7 @@ process and is granted special privileges if its effective user ID is 0. .It Special Processes The processes with process IDs of 0, 1, and 2 are special. Process 0 is the scheduler. Process 1 is the initialization process -.Xr init , +.Xr init 8 , and is the ancestor of every other process in the system. It is used to control the process structure. Process 2 is the paging daemon. |
