From 6f2028776a1f0b2c9836893266e4a94471c04a78 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Feb 2019 15:43:25 +0100 Subject: [PATCH] inotify_add_watch.2: Minor fixes to Henry Wilson's patch Signed-off-by: Michael Kerrisk --- man2/inotify_add_watch.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index 4a69610e0..824ae43c9 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -99,8 +99,8 @@ The given event mask contains no valid events; or contains both .B IN_MASK_ADD and -.B IN_MASK_CREATE -; or +.BR IN_MASK_CREATE ; +or .I fd is not an inotify file descriptor. .TP @@ -135,7 +135,7 @@ contains and .I pathname refers to a file already being watched by the same -.I fd +.IR fd . .SH VERSIONS Inotify was merged into the 2.6.13 Linux kernel. .SH CONFORMING TO