OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man7 / inotify.7
index 1d6f6a7..78bb885 100644 (file)
@@ -120,7 +120,7 @@ contains bits that describe the event that occurred (see below).
 
 .I cookie
 is a unique integer that connects related events.
-Currently this is only used for rename events, and
+Currently this is used only for rename events, and
 allows the resulting pair of
 .B IN_MOVED_FROM
 and
@@ -132,7 +132,7 @@ is set to 0.
 
 The
 .I name
-field is only present when an event is returned
+field is present only when an event is returned
 for a file inside a watched directory;
 it identifies the file pathname relative to the watched directory.
 This pathname is null-terminated,
@@ -340,7 +340,7 @@ The required library interfaces were added to glibc in version 2.4.
 .BR IN_MASK_ADD ,
 and
 .B IN_ONLYDIR
-were only added in version 2.5.)
+were added in version 2.5.)
 .SH CONFORMING TO
 The inotify API is Linux-specific.
 .SH NOTES