inotify_add_watch.2: Minor fixes to Henry Wilson's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-26 15:43:25 +01:00
parent 4e821a8a65
commit 6f2028776a
1 changed files with 3 additions and 3 deletions

View File

@ -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