aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-01-02 20:07:17 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-01-02 20:08:40 +0100
commit30e2a22aa6645900e9bf130cca265e796578746a (patch)
treeb813ebf0170667e3bf020e9ce93fb4be78de7807
parent7954e55207cc7ea176490b2be31e1b332541a758 (diff)
downloadman-pages-30e2a22aa6645900e9bf130cca265e796578746a.tar.gz
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>
-rw-r--r--man2/inotify_add_watch.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2
index 62ad4a9915..3deefc5083 100644
--- a/man2/inotify_add_watch.2
+++ b/man2/inotify_add_watch.2
@@ -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,