summaryrefslogtreecommitdiffstats
path: root/share/man/man9/SPLASSERT.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-11 16:54:52 +0000
committerbde <bde@FreeBSD.org>2000-05-11 16:54:52 +0000
commit85a17b733796e7eeb13c545870102f33e4ebd254 (patch)
treee2b6dd26409abddd1ad81f53e5fedfa4e9129208 /share/man/man9/SPLASSERT.9
parent7f64770f56d50b9a6f51c3e5e8e8e2a79ed288ff (diff)
downloadFreeBSD-src-85a17b733796e7eeb13c545870102f33e4ebd254.zip
FreeBSD-src-85a17b733796e7eeb13c545870102f33e4ebd254.tar.gz
Abuse .Fn for macros better (don't hand-format the parameter string by
quoting it all and adding commas). Don't say that the expression in KASSERT() is an int. It is a collection of tokens forming a C expression that can be compared with 0.
Diffstat (limited to 'share/man/man9/SPLASSERT.9')
-rw-r--r--share/man/man9/SPLASSERT.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/SPLASSERT.9 b/share/man/man9/SPLASSERT.9
index 997278f..2b49162 100644
--- a/share/man/man9/SPLASSERT.9
+++ b/share/man/man9/SPLASSERT.9
@@ -37,7 +37,7 @@
.Sh SYNOPSIS
.Cd options INVARIANTS
.Cd options INVARIANT_SUPPORT
-.Fn SPLASSERT "level, const char *msg"
+.Fn SPLASSERT level "const char *msg"
.Sh DESCRIPTION
In a kernel compiled with both "options INVARIANTS"
and "options INVARIANT_SUPPORT",
OpenPOWER on IntegriCloud