inotify.7: Add subheading for reading from inotify file descriptor

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-01 09:08:11 +02:00
parent 1a737afd5a
commit ff6e23973d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ instance have been closed,
the underlying object and its resources are
freed for reuse by the kernel;
all associated watches are automatically freed.
.SS Reading events from an inotify file descriptor
To determine what events have occurred, an application
.BR read (2)s
from the inotify file descriptor.