inotify_add_watch.2: Note "inode" as a synonym for "filesystem object"

Consistent with clarifications just made in inotify(7).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-02 20:07:17 +01:00
parent 7954e55207
commit 30e2a22aa6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ for a description of the bits that can be set in
A successful call to
.BR inotify_add_watch ()
returns a unique watch descriptor for this inotify instance,
for the filesystem object that corresponds to
for the filesystem object (inode) that corresponds to
.IR pathname .
If the filesystem object
was not previously being watched by this inotify instance,