diff options
author | kib <kib@FreeBSD.org> | 2016-05-08 09:08:05 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-05-08 09:08:05 +0000 |
commit | 1e1c6951b00289b8de42bb7d821861b25d4fc604 (patch) | |
tree | 87dd5125927ded88b110d803c252175e4a578bab /lib/libc | |
parent | b541111f4875e3769e0f0cc615c7e2216292ac94 (diff) | |
download | FreeBSD-src-1e1c6951b00289b8de42bb7d821861b25d4fc604.zip FreeBSD-src-1e1c6951b00289b8de42bb7d821861b25d4fc604.tar.gz |
MFC r298898:
Explain NOTE_LINK reporting for the directories.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index debb1cf..b692c1f 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -373,6 +373,10 @@ The file referenced by the descriptor was extended. 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 |