On Fri, Sep 14, 2012 at 07:18:11PM +0200, Michal Mazurek wrote: > vaccess()' first argument is type. >
fixed, thanks. jmc > Index: vaccess.9 > =================================================================== > RCS file: /cvs/src/share/man/man9/vaccess.9,v > retrieving revision 1.7 > diff -u -p -r1.7 vaccess.9 > --- vaccess.9 19 Sep 2010 13:17:25 -0000 1.7 > +++ vaccess.9 14 Sep 2012 17:13:58 -0000 > @@ -36,6 +36,7 @@ > .Fd #include <sys/vnode.h> > .Ft int > .Fo vaccess > +.Fa "enum vtype type" > .Fa "mode_t file_mode" > .Fa "uid_t uid" > .Fa "gid_t gid" > @@ -50,6 +51,7 @@ function checks if the credentials descr > are sufficient to perform the operation described by > .Fa acc_mode , > based on the > +.Fa type , > .Fa file_mode , > .Fa uid , > and > > -- > Michal Mazurek
