inotify.7: Add some examples of syscalls that trigger IN_MODIFY

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-31 21:08:39 +02:00
parent f23fc716d5
commit f54a125572
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ in effect copies the file to the other filesystem and
then deletes it from the original filesystem.)
.TP
.BR IN_MODIFY " (*)"
File was modified.
File was modified (e.g.,
.BR write (2),
.BR truncate (2)).
.TP
.B IN_MOVE_SELF
Watched file/directory was itself moved.