summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-28 07:55:04 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 09:48:45 +0200
commitdcaff23c327c9cd8620dbff80f4d0eed9c1829b2 (patch)
treea60d6f1e3c0bc48e7025fd8b218e5983796c1bec
parent7747b84b82b9950b14f08841da62b76ef8fa0f38 (diff)
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>
-rw-r--r--man7/inotify.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/inotify.7 b/man7/inotify.7
index eb83e0637..036bb6fb5 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -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.