summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-05-02 20:20:13 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-05-02 20:20:13 +0000
commita371e389155ad81ff045bd12e70d19ac7a8078d1 (patch)
treeeb22ddbb672fdb60d6ab9d01ab12866c5c725d92
parent1f3323065963c16ed3909bc5ff793d0bb9366d45 (diff)
No really, pid 2 isn't special
-rw-r--r--lib/libc/sys/intro.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index bb03b932302..80456dc09ff 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.49 2014/05/02 09:50:32 jca Exp $
+.\" $OpenBSD: intro.2,v 1.50 2014/05/02 20:20:12 guenther Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -550,7 +550,7 @@ A process is recognized as a
.Em superuser
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.
+The processes with process IDs of 0 and 1 are special.
Process 0 is the scheduler.
Process 1 is the initialization process
.Xr init 8 ,