inotify.7: Add examples of syscalls that trigger IN_CREAT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-31 21:40:54 +02:00
parent b0e1ac43e0
commit 7a64793b93
1 changed files with 7 additions and 1 deletions

View File

@ -212,7 +212,13 @@ File opened for writing was closed.
File not opened for writing was closed.
.TP
.BR IN_CREATE " (*)"
File/directory created in watched directory.
File/directory created in watched directory (e.g.,
.BR open (2)
.BR O_CREAT ,
.BR mkdir (2),
.BR link (2),
.BR bind (2)
on a UNIX domain socket).
.TP
.BR IN_DELETE " (*)"
File/directory deleted from watched directory.