OSDN Git Service

(split) LDP: Update original to LDP v3.53.
[linuxjm/LDP_man-pages.git] / original / man7 / inotify.7
index 52cd981..97f19e2 100644 (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 (*).