Remove a bogus NOTES section. Move that content elsewhere.

Approved by: des (mentor), re (scottl)
This commit is contained in:
Hiten Pandya 2003-05-16 19:54:20 +00:00
parent 1e9bc9f889
commit 5466eeeaa7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115077

View File

@ -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