Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 proc0 isn't the init.
details: https://anonhg.NetBSD.org/src/rev/e31b05f38bb7
branches: trunk
changeset: 518776:e31b05f38bb7
user: enami <enami%NetBSD.org@localhost>
date: Wed Dec 05 13:51:43 2001 +0000
description:
proc0 isn't the init.
diffstat:
share/man/man9/kthread.9 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 28055c2d1d65 -r e31b05f38bb7 share/man/man9/kthread.9
--- a/share/man/man9/kthread.9 Wed Dec 05 13:29:24 2001 +0000
+++ b/share/man/man9/kthread.9 Wed Dec 05 13:51:43 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kthread.9,v 1.4 2001/10/10 10:40:54 hubertf Exp $
+.\" $NetBSD: kthread.9,v 1.5 2001/12/05 13:51:43 enami Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -55,8 +55,7 @@
Kernel threads are light-weight processes which execute entirely
within the kernel. Any process can request the creation of a new
kernel thread. Kernel threads are not swapped out during memory
-congestion. The VM space and limits are shared with proc0 (usually
-.Xr init 8 ) .
+congestion. The VM space and limits are shared with proc0 (usually swapper).
.Sh FUNCTIONS
.Bl -tag -width compact
.It Fn kthread_create1 "func" "arg" "newpp" "fmt" "..."
Home |
Main Index |
Thread Index |
Old Index