diff options
author | hmp <hmp@FreeBSD.org> | 2003-05-16 19:54:20 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-05-16 19:54:20 +0000 |
commit | 73bedef57465f4cc5da94a2d09dfac2de63ed202 (patch) | |
tree | 39b17e97392122347dd8b688178d17c6094662f0 | |
parent | 80040f21a37a2d2eef35514413b78a71a3e10e1a (diff) | |
download | FreeBSD-src-73bedef57465f4cc5da94a2d09dfac2de63ed202.zip FreeBSD-src-73bedef57465f4cc5da94a2d09dfac2de63ed202.tar.gz |
Remove a bogus NOTES section. Move that content elsewhere.
Approved by: des (mentor), re (scottl)
-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 |