diff --git a/share/man/man9/KASSERT.9 b/share/man/man9/KASSERT.9 index 4be501febfc9..e53e9b605a8e 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