inotify.7: Clarify description of IN_MOVED_FROM and IN_MOVED_TO

Reported-by: Felix_Schulte@McAfee.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-07-21 00:26:42 +02:00
parent ab5deaea0d
commit 107375cfae
1 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH INOTIFY 7 2013-06-21 "Linux" "Linux Programmer's Manual"
.TH INOTIFY 7 2013-07-21 "Linux" "Linux Programmer's Manual"
.SH NAME
inotify \- monitoring file system events
.SH DESCRIPTION
@ -216,10 +216,12 @@ File was modified (*).
Watched file/directory was itself moved.
.TP
.B IN_MOVED_FROM
File moved out of watched directory (*).
Generated for the directory containing the old filename
when a file is renamed (*).
.TP
.B IN_MOVED_TO
File moved into watched directory (*).
Generated for the directory containing the new filename
when a file is renamed (*).
.TP
.B IN_OPEN
File was opened (*).