svn commit: r299232 - stable/10/lib/libc/sys
Konstantin Belousov
kib at FreeBSD.org
Sun May 8 09:08:06 UTC 2016
Author: kib
Date: Sun May 8 09:08:05 2016
New Revision: 299232
URL: https://svnweb.freebsd.org/changeset/base/299232
Log:
MFC r298898:
Explain NOTE_LINK reporting for the directories.
Modified:
stable/10/lib/libc/sys/kqueue.2
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/sys/kqueue.2
==============================================================================
--- stable/10/lib/libc/sys/kqueue.2 Sun May 8 09:06:52 2016 (r299231)
+++ stable/10/lib/libc/sys/kqueue.2 Sun May 8 09:08:05 2016 (r299232)
@@ -373,6 +373,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-stable
mailing list