inotify.7: Clarify IN_ONESHOT explanation

Make it clearer that the target of monitoring 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:55:04 +02:00
parent 7747b84b82
commit dcaff23c32
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ add (OR) the events in
to the watch mask (instead of replacing the mask).
.TP
.B IN_ONESHOT
Monitor
Monitor the filesystem object corresponding to
.I pathname
for one event, then remove from
watch list.