aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/KASSERT.9
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commitc1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man9/KASSERT.9
parent52353da871a1c6308e9596c9fc75e374413a6ac4 (diff)
Notes
Diffstat (limited to 'share/man/man9/KASSERT.9')
-rw-r--r--share/man/man9/KASSERT.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/KASSERT.9 b/share/man/man9/KASSERT.9
index e3f692b7c820..2bb72f9497d7 100644
--- a/share/man/man9/KASSERT.9
+++ b/share/man/man9/KASSERT.9
@@ -39,19 +39,19 @@
.Fn KASSERT expression "const char *msg"
.Sh DESCRIPTION
In a kernel compiled with "options INVARIANTS",
-the
+the
.Fn KASSERT
-macro tests the given
+macro tests the given
.Ar expression
and if it is false,
-calls the
+calls the
.Fn panic
syscall, terminating the running system.
.Pp
In a kernel that does not have "options INVARIANTS",
-the
+the
.Fn KASSERT
-macro is defined to be a no-op.
+macro is defined to be a no-op.
.Sh EXAMPLES
The kernel function
.Fn vput