Module Name: src
Committed By: wiz
Date: Sat Mar 6 22:02:15 UTC 2010
Modified Files:
src/share/man/man9: sched_4bsd.9
Log Message:
Fix Xr and sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/share/man/man9/sched_4bsd.9:1.6
--- src/share/man/man9/sched_4bsd.9:1.5 Sat Mar 6 16:42:56 2010
+++ src/share/man/man9/sched_4bsd.9 Sat Mar 6 22:02:15 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sched_4bsd.9,v 1.5 2010/03/06 16:42:56 dsieger Exp $
+.\" $NetBSD: sched_4bsd.9,v 1.6 2010/03/06 22:02:15 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -87,9 +87,9 @@
.Pa sys/kern/sched_4bsd.c .
.Sh SEE ALSO
.Xr csf 9 ,
-.Xr sched_m2 ,
.Xr hardclock 9 ,
.Xr mi_switch 9 ,
+.Xr sched_m2 9 ,
.Xr userret 9
.Rs
.%A Marshall Kirk McKusick