diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-06-08 12:24:33 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-06-08 12:36:46 +0200 |
| commit | c66240063235af4ea670c8b73ca3ffca6d805290 (patch) | |
| tree | 33aab90c11e83e94a26e0fd040398036b3bb6436 | |
| parent | 5ff63f51633a858773f18149514942ea9133a78d (diff) | |
| download | man-pages-c66240063235af4ea670c8b73ca3ffca6d805290.tar.gz | |
fanotify.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/fanotify.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7 index aa349870d3..dfc2b4c501 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -1060,7 +1060,7 @@ int main(int argc, char **argv) To obtain a file descriptor for the file object corresponding to an event you can use the struct file_handle that\(aqs provided within the fanotify_event_info_fid in conjunction with the - open_by_handle_at(2) system call. A check for \-ESTALE is done + open_by_handle_at(2) system call. A check for ESTALE is done to accommodate for the situation where the file handle was deleted for the object prior to this system call. */ |
