Module Name: src
Committed By: jruoho
Date: Thu Oct 28 09:48:11 UTC 2010
Modified Files:
src/share/man/man9: KASSERT.9
Log Message:
Xref CTASSERT(9).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/share/man/man9/KASSERT.9:1.8
--- src/share/man/man9/KASSERT.9:1.7 Fri Jul 11 13:20:17 2008
+++ src/share/man/man9/KASSERT.9 Thu Oct 28 09:48:11 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: KASSERT.9,v 1.7 2008/07/11 13:20:17 gdt Exp $
+.\" $NetBSD: KASSERT.9,v 1.8 2010/10/28 09:48:11 jruoho Exp $
.\"
.\" Copyright (c) 2006 Igor Sobrado
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 10, 2006
+.Dd October 28, 2010
.Dt KASSERT 9
.Os
.Sh NAME
@@ -67,6 +67,7 @@
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 panic 9 ,
.Xr printf 9