Index: vinvalbuf.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/vinvalbuf.9,v retrieving revision 1.8 diff -u -d -r1.8 vinvalbuf.9 --- vinvalbuf.9 28 Jun 2005 20:15:18 -0000 1.8 +++ vinvalbuf.9 20 Oct 2008 07:46:47 -0000 @@ -36,7 +36,7 @@ .In sys/param.h .In sys/vnode.h .Ft int -.Fn vinvalbuf "struct vnode *vp" "int flags" "struct ucred *cred" "struct thread *td" "int slpflag" "int slptimeo" +.Fn vinvalbuf "struct vnode *vp" "int flags" "int slpflag" "int slptimeo" .Sh DESCRIPTION The .Fn vinvalbuf @@ -56,14 +56,6 @@ The only supported flag is .Dv V_SAVE and it indicates that dirty buffers should be synced with the disk. -.It Fa cred -The user credentials that are used to -.Xr VOP_FSYNC 9 -buffers if -.Dv V_SAVE -is set. -.It Fa td -The thread responsible for this call. .It Fa slpflag The slp flag that will be used in the priority of any sleeps in the function. .It Fa slptimeo