Author: kib
Date: Sun May  1 20:54:29 2016
New Revision: 298898
URL: https://svnweb.freebsd.org/changeset/base/298898

Log:
  As a reader service, explain NOTE_LINK reporting for the directories.
  
  Submitted by: Vladimir Kondratyev <w...@cicgroup.ru>
  MFC after:    1 week

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2  Sun May  1 19:39:23 2016        (r298897)
+++ head/lib/libc/sys/kqueue.2  Sun May  1 20:54:29 2016        (r298898)
@@ -381,6 +381,10 @@ The file referenced by the descriptor wa
 The file referenced by the descriptor had its attributes changed.
 .It Dv NOTE_LINK
 The link count on the file changed.
+In particular, the
+.Dv NOTE_LINK
+event is reported if a subdirectory was created or deleted inside
+the directory referenced by the descriptor.
 .It Dv NOTE_RENAME
 The file referenced by the descriptor was renamed.
 .It Dv NOTE_REVOKE
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to