aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/SPLASSERT.9
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-11 16:54:52 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-11 16:54:52 +0000
commit1c171d747408805dc34e143066e304693c6ec72a (patch)
tree02601f34c7e54b5514103cc417ca843047febcd8 /share/man/man9/SPLASSERT.9
parent7925aadbe5748ee63e485712892d4609ddeb5ab1 (diff)
downloadsrc-1c171d747408805dc34e143066e304693c6ec72a.tar.gz
src-1c171d747408805dc34e143066e304693c6ec72a.zip
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.
Notes
Notes: svn path=/head/; revision=60392
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 997278f05d1b..2b49162a5430 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",