summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-05-02 20:20:12 +0000
committerguenther <guenther@openbsd.org>2014-05-02 20:20:12 +0000
commit23a5155b94a5259d74b6ede7ce96b1527296032d (patch)
treeab2e9d33e371744e1ab9c3d071bc39a03b6142a4 /lib/libc/sys/intro.2
parentReenable assembler code for SHA384 and SHA512 now that it no longer miscomputes (diff)
downloadwireguard-openbsd-23a5155b94a5259d74b6ede7ce96b1527296032d.tar.xz
wireguard-openbsd-23a5155b94a5259d74b6ede7ce96b1527296032d.zip
No really, pid 2 isn't special
Diffstat (limited to 'lib/libc/sys/intro.2')
-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 ,