From f54a125572a29fa008c42e0ee22520157ff634bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 31 Mar 2014 21:08:39 +0200 Subject: [PATCH] inotify.7: Add some examples of syscalls that trigger IN_MODIFY Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 74eff5e9e..d95ef47ff 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -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.