Index: KASSERT.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/KASSERT.9,v retrieving revision 1.11 diff -u -r1.11 KASSERT.9 --- KASSERT.9 10 Jan 2002 09:20:07 -0000 1.11 +++ KASSERT.9 16 May 2003 07:41:36 -0000 @@ -57,6 +57,11 @@ 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 @@ ... } .Ed -.Sh NOTES -.Fa msg -must be enclosed in parentheses. .Sh SEE ALSO .Xr config 8 , .Xr panic 9 Index: byteorder.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/byteorder.9,v retrieving revision 1.3 diff -u -r1.3 byteorder.9 --- byteorder.9 3 Apr 2003 08:58:04 -0000 1.3 +++ byteorder.9 16 May 2003 02:15:32 -0000 @@ -163,4 +163,3 @@ .Fn {be,le}{16,32,64}{enc,dec} Functions first appeared in .Fx 5.1 . - Index: mbuf.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/mbuf.9,v retrieving revision 1.25 diff -u -r1.25 mbuf.9 --- mbuf.9 15 Apr 2003 02:26:13 -0000 1.25 +++ mbuf.9 16 May 2003 02:15:18 -0000 @@ -536,7 +536,6 @@ .Va kern.ipc.m_defragrandomfailures causes the function m_defrag to randomly fail, returning NULL. Any piece of code which uses m_defrag should be tested with this feature. -.El .Sh RETURN VALUES See above. .Sh HISTORY