]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inotify.7: IN_MODIFY is generated for files only (not monitored directories)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 29 Aug 2014 17:06:26 +0000 (19:06 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 29 Aug 2014 17:06:26 +0000 (19:06 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inotify.7

index 1e61d8eedfa49ea577a183ca2200270cb5a18227..c48a4a59c2a4573de966f60eb23b7d84c257318f 100644 (file)
@@ -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)).