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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: KASSERT.9,v 1.8 2010/10/28 09:48:11 jruoho Exp $ 1.\" $NetBSD: KASSERT.9,v 1.9 2010/10/29 09:34:03 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2006 Igor Sobrado 3.\" Copyright (c) 2006 Igor Sobrado
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -57,21 +57,21 @@ tests are included only in kernels compi @@ -57,21 +57,21 @@ tests are included only in kernels compi
57configuration option. 57configuration option.
58.Fn KDASSERT 58.Fn KDASSERT
59and 59and
60.Fn KASSERT 60.Fn KASSERT
61are identical except for the controlling option 61are identical except for the controlling option
62.Pf ( Dv DEBUG 62.Pf ( Dv DEBUG
63vs 63vs
64.Dv DIAGNOSTIC ) . 64.Dv DIAGNOSTIC ) .
65.Pp 65.Pp
66The panic message will display the style of assertion (debugging 66The panic message will display the style of assertion (debugging
67vs. diagnostic), the expression that failed and the filename, and line 67vs. diagnostic), the expression that failed and the filename, and line
68number the failure happened on. 68number the failure happened on.
69.Sh SEE ALSO 69.Sh SEE ALSO
70.Xr CTASSERT 9 , 
71.Xr config 1 , 70.Xr config 1 ,
 71.Xr CTASSERT 9 ,
72.Xr panic 9 , 72.Xr panic 9 ,
73.Xr printf 9 73.Xr printf 9
74.Sh AUTHORS 74.Sh AUTHORS
75These macros were written by 75These macros were written by
76.An Chris G. Demetriou 76.An Chris G. Demetriou
77.Aq cgd@netbsd.org . 77.Aq cgd@netbsd.org .