]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inotify.7: IN_ACCESS occurs only for files inside directories
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 29 Aug 2014 17:11:35 +0000 (19:11 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 29 Aug 2014 17:11:35 +0000 (19:11 +0200)
IN_ACCESS does not occur for monitored directory.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inotify.7

index c48a4a59c2a4573de966f60eb23b7d84c257318f..b8a9ef78d46a0da47e6038f7bf06c2706cb461c2 100644 (file)
@@ -196,7 +196,7 @@ field returned by
 .BR read (2):
 .RS 4
 .TP
-.BR IN_ACCESS " (*)"
+.BR IN_ACCESS " (+)"
 File was accessed (e.g.,
 .BR read (2),
 .BR execve (2)).