From e06fc20c37298cabc685428c919a861cc1ba2f38 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 29 Aug 2014 19:06:26 +0200 Subject: [PATCH] inotify.7: IN_MODIFY is generated for files only (not monitored directories) 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 1e61d8eed..c48a4a59c 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -246,7 +246,7 @@ In addition, an .B IN_IGNORED event will subsequently be generated for the watch descriptor. .TP -.BR IN_MODIFY " (*)" +.BR IN_MODIFY " (+)" File was modified (e.g., .BR write (2), .BR truncate (2)).