diff options
-rw-r--r-- | share/man/man9/KASSERT.9 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/KASSERT.9 b/share/man/man9/KASSERT.9 index 4be501f..e53e9b6 100644 --- a/share/man/man9/KASSERT.9 +++ b/share/man/man9/KASSERT.9 @@ -57,6 +57,11 @@ In a kernel that does not have the .Fn KASSERT macro is defined to be a no-op. +The +second argument is a +.Xr printf 9 +format string and its arguments, +enclosed in parentheses. .Sh EXAMPLES The kernel function .Fn vput @@ -73,9 +78,6 @@ vput(vp) ... } .Ed -.Sh NOTES -.Fa msg -must be enclosed in parentheses. .Sh SEE ALSO .Xr config 8 , .Xr panic 9 |