]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inotify.7: Minor fixes to Henry Wilson's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 14:45:07 +0000 (15:45 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 16:38:56 +0000 (17:38 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inotify.7

index 873bc27bc9d19176098381514982900c02f7bafa..0feda46de6ec07d36c87a7083fbe32bdfa972461 100644 (file)
@@ -372,7 +372,7 @@ is not a directory.
 Using this flag provides an application with a race-free way of
 ensuring that the monitored object is a directory.
 .TP
-.BR IN_MASK_CREATE " (from Linux 4.18)"
+.BR IN_MASK_CREATE " (since Linux 4.18)"
 Watch
 .I pathname
 only if it does not already have a watch associated with it;
@@ -380,12 +380,12 @@ the error
 .B EEXIST
 results if
 .I pathname
-already is being watched.
+is already being watched.
 Using this flag provides an application with a way of ensuring
-that new watches do not modify existing ones. This is useful
-because multiple paths may refer to the same inode, and
+that new watches do not modify existing ones.
+This is useful because multiple paths may refer to the same inode, and
 multiple calls to
-.B inotify_add_watch (2)
+.BR inotify_add_watch (2)
 without this flag may clobber existing watch masks.
 .RE
 .PP