inotify.7: IN_OPEN and IN_CLOSE_NOWRITE can also occur for directories

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

View File

@ -220,7 +220,7 @@ and user/group ID (e.g.,
File opened for writing was closed. File opened for writing was closed.
.TP .TP
.BR IN_CLOSE_NOWRITE " (*)" .BR IN_CLOSE_NOWRITE " (*)"
File not opened for writing was closed. File or directory not opened for writing was closed.
.TP .TP
.BR IN_CREATE " (+)" .BR IN_CREATE " (+)"
File/directory created in watched directory (e.g., File/directory created in watched directory (e.g.,
@ -263,7 +263,7 @@ Generated for the directory containing the new filename
when a file is renamed. when a file is renamed.
.TP .TP
.BR IN_OPEN " (*)" .BR IN_OPEN " (*)"
File was opened. File or directory was opened.
.RE .RE
.PP .PP
When monitoring a directory: When monitoring a directory: