diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2014-05-02 09:50:33 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2014-05-02 09:50:33 +0000 |
commit | b457856d18c1bc6984f8ea3f1c03822e1c2cf311 (patch) | |
tree | f35085eea2fff7d4ce292f4bfb3573150b36a5fd | |
parent | bdd2f211c5b5cea55007395148ade197e83ee13a (diff) |
The page daemon no longer has a fixed PID. ok kettenis@ jmc@
-rw-r--r-- | lib/libc/sys/intro.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 462e7f716ce..bb03b932302 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.48 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: intro.2,v 1.49 2014/05/02 09:50:32 jca Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: May 2 2014 $ .Dt INTRO 2 .Os .Sh NAME @@ -556,7 +556,6 @@ 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 |