inotify.7: munmap() does not generate inotify events

mmap() and msync() were already described as not leading to
inotify events. This patch adds munmap(). I created and executed
a test to verify this.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Heinrich Schuchardt 2014-05-24 22:23:47 +02:00 committed by Michael Kerrisk
parent 2483209a9c
commit 7a8110f6af
1 changed files with 3 additions and 2 deletions

View File

@ -633,9 +633,10 @@ are not monitorable with inotify.
The inotify API does not report file accesses and modifications that
may occur because of
.BR mmap (2)
.BR mmap (2),
.BR msync (2),
and
.BR msync (2).
.BR munmap (2).
The inotify API identifies affected files by filename.
However, by the time an application processes an inotify event,