OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man7 / inotify.7
index 97f19e2..6b2f628 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH INOTIFY 7 2013-07-21 "Linux" "Linux Programmer's Manual"
+.TH INOTIFY 7 2013-09-16 "Linux" "Linux Programmer's Manual"
 .SH NAME
-inotify \- monitoring file system events
+inotify \- monitoring filesystem events
 .SH DESCRIPTION
 The
 .I inotify
-API provides a mechanism for monitoring file system events.
+API provides a mechanism for monitoring filesystem events.
 Inotify can be used to monitor individual files,
 or to monitor directories.
 When a directory is monitored, inotify will return events
@@ -310,7 +310,7 @@ field returned by
 .B IN_IGNORED
 Watch was removed explicitly
 .RB ( inotify_rm_watch (2))
-or automatically (file was deleted, or file system was unmounted).
+or automatically (file was deleted, or filesystem was unmounted).
 .TP
 .B IN_ISDIR
 Subject of this event is a directory.
@@ -321,7 +321,7 @@ Event queue overflowed
 is \-1 for this event).
 .TP
 .B IN_UNMOUNT
-File system containing watched object was unmounted.
+Filesystem containing watched object was unmounted.
 .PD
 .RE
 .SS /proc interfaces
@@ -454,6 +454,8 @@ instead checked if the most recent event could be coalesced with the
 .I oldest
 unread event.
 .SH SEE ALSO
+.BR inotifywait (1),
+.BR inotifywatch (1),
 .BR inotify_add_watch (2),
 .BR inotify_init (2),
 .BR inotify_init1 (2),