----- Original Message ----- From: "Jason McIntyre" <j...@kerhand.co.uk> To: "tech" <tech@openbsd.org> Sent: Sunday, September 6, 2015 3:15:34 PM Subject: Re: remove redundancy in tame(2) man page
On Sun, Sep 06, 2015 at 02:30:43PM -0400, Rob Pierce wrote: > fstat(2) mentioned twice under wpath. > > utimes(2) referenced twice under fattr. > > Rob > > Index: tame.2 > =================================================================== > RCS file: /cvs/src/lib/libc/sys/tame.2,v > retrieving revision 1.21 > diff -u -p -r1.21 tame.2 > --- tame.2 26 Aug 2015 15:17:06 -0000 1.21 > +++ tame.2 6 Sep 2015 18:22:56 -0000 > @@ -241,7 +241,6 @@ write-effects on the filesystem: > .Xr chown 2 , > .Xr fchown 2 , > .Xr fchownat 2 , > -.Xr fstat 2 , > .Xr fstat 2 . > .It Dv TAME_CPATH > A number of system calls and sub-modes are allowed, which may > @@ -306,8 +305,7 @@ relating to a file: > .Xr chown 2 , > .Xr fchownat 2 , > .Xr lchown 2 , > -.Xr fchown 2 , > -.Xr utimes 2 . > +.Xr fchown 2. theo just fixed this but just for the record you wanted a space between the 2 and the full stop, above. jmc > .It Dv TAME_UNIX > The following system calls are allowed to operate in the > .Dv AF_UNIX > Sorry - I missed that, thanks! Will be more careful next time.