inotify.7: IN_MODIFY is generated for files only (not monitored directories)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-08-29 19:06:26 +02:00
parent 7465ffa6bb
commit e06fc20c37
1 changed files with 1 additions and 1 deletions

View 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)).