Date: Sun, 8 May 2016 09:08:05 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r299232 - stable/10/lib/libc/sys Message-ID: <201605080908.u48985sT065276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605080908.u48985sT065276>