Module Name: src
Committed By: dsieger
Date: Fri Mar 5 23:08:18 UTC 2010
Modified Files:
src/share/man/man9: sched_4bsd.9
Log Message:
Minor wording correction.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/sched_4bsd.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/sched_4bsd.9
diff -u src/share/man/man9/sched_4bsd.9:1.3 src/share/man/man9/sched_4bsd.9:1.4
--- src/share/man/man9/sched_4bsd.9:1.3 Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/sched_4bsd.9 Fri Mar 5 23:08:18 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sched_4bsd.9,v 1.3 2008/04/30 13:10:58 martin Exp $
+.\" $NetBSD: sched_4bsd.9,v 1.4 2010/03/05 23:08:18 dsieger Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -48,9 +48,7 @@
.Ft void
.Fn updatepri "lwp_t *l"
.Sh DESCRIPTION
-The
-.Nx
-thread scheduling sub-system employs a
+The traditional 4.4BSD scheduler employs a
.Dq multilevel feedback queues
algorithm, favouring interactive, short-running threads to
CPU-bound ones.