Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Use .Bx to write 4.4BSD.



details:   https://anonhg.NetBSD.org/src/rev/968ec9004eab
branches:  trunk
changeset: 752790:968ec9004eab
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Mar 07 05:37:25 2010 +0000

description:
Use .Bx to write 4.4BSD.

diffstat:

 share/man/man9/sched_4bsd.9 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 81e67b80b86f -r 968ec9004eab share/man/man9/sched_4bsd.9
--- a/share/man/man9/sched_4bsd.9       Sun Mar 07 01:52:44 2010 +0000
+++ b/share/man/man9/sched_4bsd.9       Sun Mar 07 05:37:25 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index