Subject: Question about fsetown(9) inconsistency
To: None <tech-kern@netbsd.org>
From: Yorick Hardy <yhardy@uj.ac.za>
List: tech-kern
Date: 10/08/2007 09:26:58
The man page fsetown(9)

 http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man9/fsetown.9.diff?r1=1.5&r2=1.6

was changed to

     int
     fsetown(struct lwp *l, pid_t *pgid, int cmd, const void *data);

     int
     fgetown(struct lwp *l, pid_t pgid, int cmd, void *data);

while src/sys/sys/file.h seems to have
 
  int	fsetown(struct proc *, pid_t *, int, const void *);
  int	fgetown(struct proc *, pid_t, int, void *);


Is the man page incorrect?

-- 
Kind regards,

Yorick Hardy