From dcaff23c327c9cd8620dbff80f4d0eed9c1829b2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 28 Jun 2014 07:55:04 +0200 Subject: [PATCH] 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 --- man7/inotify.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.