svn commit: r298898 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Sun May 1 20:54:30 UTC 2016


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 <wulf at 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


More information about the svn-src-all mailing list