summaryrefslogtreecommitdiffstats
path: root/share/man/man9/KASSERT.9
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-03-21 13:21:36 +0000
committerasmodai <asmodai@FreeBSD.org>2000-03-21 13:21:36 +0000
commitda862b0d617e5f9a1807469a83448df6609fcebb (patch)
treed5bc3d7088d8d077913f92a12c6532876b6663ec /share/man/man9/KASSERT.9
parent103cdcbbacbb979d0609290fd26d8f94d7c45b20 (diff)
downloadFreeBSD-src-da862b0d617e5f9a1807469a83448df6609fcebb.zip
FreeBSD-src-da862b0d617e5f9a1807469a83448df6609fcebb.tar.gz
Fix EXAMPLE -> EXAMPLES.
Add Xr's for SPLASSERT and CONDSPLASSERT.
Diffstat (limited to 'share/man/man9/KASSERT.9')
-rw-r--r--share/man/man9/KASSERT.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/KASSERT.9 b/share/man/man9/KASSERT.9
index dfe4203..d0f7ef5 100644
--- a/share/man/man9/KASSERT.9
+++ b/share/man/man9/KASSERT.9
@@ -52,7 +52,7 @@ In a kernel that does not have "options INVARIANTS",
the
.Fn KASSERT
macro is defined to be a no-op.
-.Sh EXAMPLE
+.Sh EXAMPLES
The kernel function
.Fn vput
must not be called with a NULL pointer.
@@ -68,7 +68,9 @@ vput(vp)
.Ed
.Sh SEE ALSO
.Xr config 8 ,
-.Xr panic 9
+.Xr CONDSPLASSERT.9 ,
+.Xr panic 9 ,
+.Xr SPLASSERT.9
.Sh AUTHORS
This manual page was written by
.An Jonathan M. Bresler
OpenPOWER on IntegriCloud