Module Name: src
Committed By: uebayasi
Date: Sat Nov 6 08:07:36 UTC 2010
Modified Files:
src/share/man/man9 [uebayasi-xip]: KASSERT.9
Log Message:
Sync with HEAD.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.10.1 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.7.10.1
--- src/share/man/man9/KASSERT.9:1.7 Fri Jul 11 13:20:17 2008
+++ src/share/man/man9/KASSERT.9 Sat Nov 6 08:07:36 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: KASSERT.9,v 1.7 2008/07/11 13:20:17 gdt Exp $
+.\" $NetBSD: KASSERT.9,v 1.7.10.1 2010/11/06 08:07:36 uebayasi 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
@@ -68,6 +68,7 @@
number the failure happened on.
.Sh SEE ALSO
.Xr config 1 ,
+.Xr CTASSERT 9 ,
.Xr panic 9 ,
.Xr printf 9
.Sh AUTHORS