Index: kqueue.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/kqueue.2,v retrieving revision 1.45 diff -u -r1.45 kqueue.2 --- kqueue.2 20 Nov 2006 22:20:04 -0000 1.45 +++ kqueue.2 22 Jul 2007 21:19:19 -0000 @@ -335,6 +335,12 @@ .Fn unlink system call was called on the file referenced by the descriptor. +.It NOTE_OPEN +An open ocurred on the file referenced by the descriptor. Kernel threads are hiddend and system process too for any user diferent to root. +.It NOTE_CLOSE +A close ocurred on the file referenced by the descriptor. Kernel threads are hiddend and system process too for any user diferent to root. +.It NOTE_READ +A read ocurred on the file referenced by the descriptor. Kernel threads are hiddend and system process too for any user diferent to root. .It NOTE_WRITE A write occurred on the file referenced by the descriptor. .It NOTE_EXTEND