Module Name: src Committed By: jruoho Date: Sun Mar 7 05:37:25 UTC 2010
Modified Files: src/share/man/man9: sched_4bsd.9 Log Message: Use .Bx to write 4.4BSD. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.6 src/share/man/man9/sched_4bsd.9:1.7 --- src/share/man/man9/sched_4bsd.9:1.6 Sat Mar 6 22:02:15 2010 +++ src/share/man/man9/sched_4bsd.9 Sun Mar 7 05:37:25 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: sched_4bsd.9,v 1.6 2010/03/06 22:02:15 wiz Exp $ +.\" $NetBSD: sched_4bsd.9,v 1.7 2010/03/07 05:37:25 jruoho Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -48,7 +48,9 @@ .Ft void .Fn updatepri "lwp_t *l" .Sh DESCRIPTION -The traditional 4.4BSD scheduler employs a +The traditional +.Bx 4.4 +scheduler employs a .Dq multilevel feedback queues algorithm, favouring interactive, short-running threads to CPU-bound ones. @@ -83,7 +85,9 @@ All pathnames are relative to .Pa /usr/src . .Pp -The 4.4BSD scheduler subsystem is implemented within the file +The +.Bx 4.4 +scheduler subsystem is implemented within the file .Pa sys/kern/sched_4bsd.c . .Sh SEE ALSO .Xr csf 9 ,