Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 20:54:29 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298898 - head/lib/libc/sys
Message-ID:  <201605012054.u41KsTSQ000418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605012054.u41KsTSQ000418>