From ac4ec56e1e788a4eb6e4a51439cd21414da70d46 Mon Sep 17 00:00:00 2001 From: jca Date: Fri, 2 May 2014 09:50:32 +0000 Subject: [PATCH] The page daemon no longer has a fixed PID. ok kettenis@ jmc@ --- lib/libc/sys/intro.2 | 5 ++--- 1 file 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 -- 2.20.1