From 08063d8f9401afcd1df2cfccce0f0e2e05cc3bf6 Mon Sep 17 00:00:00 2001 From: Yuri Kozlov Date: Wed, 10 Sep 2014 18:25:26 +0400 Subject: [PATCH] inotify.7: tfix Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 26c9803a9..a0e2528ea 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -801,7 +801,7 @@ since it requires that an application cycle through .B INT_MAX watch descriptors, release a watch descriptor while leaving unread events for that -watch descriptor in the queue in the queue, +watch descriptor in the queue, and then recycle that watch descriptor. For this reason, and because there have been no reports of the bug occurring in real-world applications,