diff options
-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 |