From e9e3b985623461f7b7e378005c32ddaa52b45ccb Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Wed, 2 Oct 2002 00:09:24 +0000
Subject: [PATCH] Remove the "special processes" section. It has rotted, and
the idea ceased to be useful when the number of "special processes" went from
3 to one per device. I considered replacing it with a "kernel threads"
section, but this seemed like the wrong place for that.
PR: 40969
---
lib/libc/sys/intro.2 | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index c461242a6ff3..c4804c15074e 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -572,13 +572,6 @@ for the super-user.)
A process is recognized as a
.Em super-user
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 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.
.It Descriptor
An integer assigned by the system when a file is referenced
by