Module Name: src
Committed By: wiz
Date: Sat Mar 6 22:02:31 UTC 2010
Modified Files:
src/share/man/man9: sched_m2.9
Log Message:
Fix typos and sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/sched_m2.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_m2.9
diff -u src/share/man/man9/sched_m2.9:1.1 src/share/man/man9/sched_m2.9:1.2
--- src/share/man/man9/sched_m2.9:1.1 Sat Mar 6 16:42:56 2010
+++ src/share/man/man9/sched_m2.9 Sat Mar 6 22:02:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sched_m2.9,v 1.1 2010/03/06 16:42:56 dsieger Exp $
+.\" $NetBSD: sched_m2.9,v 1.2 2010/03/06 22:02:31 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,8 +36,8 @@
.Sh SYNOPSIS
.In sys/sched.h
.Sh DESCRIPTION
-The M2 scheduler implements a scheduling algortithm similar to
-the scheduler implementaions of UNIX System V Release 4 and Solaris.
+The M2 scheduler implements a scheduling algorithm similar to
+the scheduler implementations of UNIX System V Release 4 and Solaris.
.Sh CODE REFERENCES
This section describes places within the
.Nx
@@ -49,9 +49,9 @@
.Pa sys/kern/sched_m2.c .
.Sh SEE ALSO
.Xr csf 9 ,
-.Xr sched_4bsd 9 ,
.Xr hardclock 9 ,
.Xr mi_switch 9 ,
+.Xr sched_4bsd 9 ,
.Xr userret 9
.Rs
.%A Berny Goodheart