From 39f43968d7322217c6b4ce204655a38f38c7df3d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 31 Mar 2014 21:50:41 +0200 Subject: [PATCH] inotify.7: Note that IN_DELETE_SELF will be followed by IN_IGNORED Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man7/inotify.7 b/man7/inotify.7 index 7abd78e3b..d3e1141f9 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -230,6 +230,9 @@ since .BR mv (1) in effect copies the file to the other filesystem and then deletes it from the original filesystem.) +In addition, an +.B IN_IGNORED +event will subsequently be generated for the watch descriptor. .TP .BR IN_MODIFY " (*)" File was modified (e.g.,