]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inotify.7: Minor tweaks
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 15:36:15 +0000 (16:36 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 16:39:00 +0000 (17:39 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inotify.7

index 0feda46de6ec07d36c87a7083fbe32bdfa972461..4d77ce09be0c4b12f0d065a1a87d4ca1f29a121c 100644 (file)
@@ -381,10 +381,11 @@ the error
 results if
 .I pathname
 is already being watched.
+.IP
 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
-multiple calls to
+This is useful because multiple paths may refer to the same inode,
+and multiple calls to
 .BR inotify_add_watch (2)
 without this flag may clobber existing watch masks.
 .RE