From: guenther Date: Fri, 2 May 2014 20:20:12 +0000 (+0000) Subject: No really, pid 2 isn't special X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=23a5155b94a5259d74b6ede7ce96b1527296032d;p=openbsd No really, pid 2 isn't special --- 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 ,