diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-02 20:07:17 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-02 20:08:40 +0100 |
| commit | 30e2a22aa6645900e9bf130cca265e796578746a (patch) | |
| tree | b813ebf0170667e3bf020e9ce93fb4be78de7807 | |
| parent | 7954e55207cc7ea176490b2be31e1b332541a758 (diff) | |
| download | man-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.2 | 2 |
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, |
