mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
As a reader service, explain NOTE_LINK reporting for the directories.
Submitted by: Vladimir Kondratyev <wulf@cicgroup.ru> MFC after: 1 week
This commit is contained in:
parent
ec489d64bb
commit
ba55e112c2
1 changed files with 4 additions and 0 deletions
|
|
@ -381,6 +381,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue