Fri Oct 29 09:34:03 2010 UTC ()
Sort SEE ALSO.


(wiz)
diff -r1.8 -r1.9 src/share/man/man9/KASSERT.9

cvs diff -r1.8 -r1.9 src/share/man/man9/KASSERT.9 (expand / switch to context diff)
--- src/share/man/man9/KASSERT.9 2010/10/28 09:48:11 1.8
+++ src/share/man/man9/KASSERT.9 2010/10/29 09:34:03 1.9
@@ -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