inotify.7: Clarify description of IN_EXCL_UNLINK

Clarify the text a little, in particular making it clearer
that the target of a watch is an i-node (not a pathname).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-28 07:52:48 +02:00
parent 264545c62e
commit 7747b84b82
1 changed files with 5 additions and 2 deletions

View File

@ -322,8 +322,11 @@ so that events are not generated for children after
they have been unlinked from the watched directory.
.TP
.B IN_MASK_ADD
Add (OR) events to the watch mask for this pathname if
it already exists (instead of replacing mask).
If a watch instance already exists for the filesystem object corresponding to
.IR pathname ,
add (OR) the events in
.I mask
to the watch mask (instead of replacing the mask).
.TP
.B IN_ONESHOT
Monitor