Added xref under dnotify description to inotify.7.

This commit is contained in:
Michael Kerrisk 2006-02-06 22:43:15 +00:00
parent 435b27cceb
commit 1363cf9511
1 changed files with 8 additions and 0 deletions

View File

@ -741,6 +741,14 @@ Especially when using
.BR DN_MULTISHOT ,
a POSIX.1b real time signal should be used for notification,
so that multiple notifications can be queued.
.B NOTE:
New applications should consider using the
.I inotify
interface (available since kernel 2.6.13),
which provides a superior interface for obtaining notifications of
file system events. See
.BR inotify (7).
.SH "RETURN VALUE"
For a successful call, the return value depends on the operation:
.TP 0.9i