Date: Wed, 6 Jan 2016 12:00:32 +0800 (PHT) From: Paul Goyette <p...@whooppee.com>
On Wed, 6 Jan 2016, Paul Goyette wrote: > Hmmm. I'm looking at the filemon_open() code. It seems to have a "fd" > variable that gets set by fd_allocfile(). The value is later passed to > fd_clone() (NOT fd_clone() - two different routines, apparently!). ^^^^^^^^^^ should say fdclone(9) Too much confusion in routine names here! fdclone no longer exists -- it was renamed fd_clone in 2008 (kern_descrip.c rev. 1.173), and the lwp argument was removed. The man page should be updated.