Module Name: src
Committed By: wiz
Date: Fri Oct 29 09:34:03 UTC 2010
Modified Files:
src/share/man/man9: KASSERT.9
Log Message:
Sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/KASSERT.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/KASSERT.9
diff -u src/share/man/man9/KASSERT.9:1.8 src/share/man/man9/KASSERT.9:1.9
--- src/share/man/man9/KASSERT.9:1.8 Thu Oct 28 09:48:11 2010
+++ src/share/man/man9/KASSERT.9 Fri Oct 29 09:34:03 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: KASSERT.9,v 1.8 2010/10/28 09:48:11 jruoho Exp $
+.\" $NetBSD: KASSERT.9,v 1.9 2010/10/29 09:34:03 wiz Exp $
.\"
.\" Copyright (c) 2006 Igor Sobrado
.\" All rights reserved.
@@ -67,8 +67,8 @@
vs. diagnostic), the expression that failed and the filename, and line
number the failure happened on.
.Sh SEE ALSO
-.Xr CTASSERT 9 ,
.Xr config 1 ,
+.Xr CTASSERT 9 ,
.Xr panic 9 ,
.Xr printf 9
.Sh AUTHORS