fanotify.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-15 05:34:34 +02:00
parent f96adfdc9f
commit 1c61252673
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.TH FANOTIFY 7 2014-04-24 "Linux" "Linux Programmer's Manual"
.TH FANOTIFY 7 2014-05-15 "Linux" "Linux Programmer's Manual"
.SH NAME
fanotify \- monitoring filesystem events
.SH DESCRIPTION
@ -480,10 +480,10 @@ This poses a security risk, when the
capability is set for programs executed by unprivileged users.
.IP *
If a call to
.BR read( 2 )
.BR read (2)
processes multiple events from the fanotify queue and an error occurs, the
return value will be the cumulated length of the events successfully copied to
the user space buffer before the error occured.
return value will be the total length of the events successfully copied to
the user-space buffer before the error occurred.
The return value will not be \-1.
.I errno
will not be set.