diff --git a/man7/inotify.7 b/man7/inotify.7 index 22e69e630..de07005c4 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -401,6 +401,9 @@ and .IR name ) then they are coalesced into a single event if the older event has not yet been read (but see BUGS). +This reduces the amount of kernel memory required for the event queue, +but also means that an application can't use inotify to reliably count +file events. The events returned by reading from an inotify file descriptor form an ordered queue.