From 591b7a5f21d98afc6e281998c5f5a500c84a1b87 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Dec 2011 07:19:58 +0100 Subject: [PATCH] inotify.7: Note that 'cookie' field is set to zero when unused Reported-by: Yang Yang Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index ddeb5e561..69362931f 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -23,7 +23,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH INOTIFY 7 2010-11-12 "Linux" "Linux Programmer's Manual" +.TH INOTIFY 7 2011-12-07 "Linux" "Linux Programmer's Manual" .SH NAME inotify \- monitoring file system events .SH DESCRIPTION @@ -126,6 +126,9 @@ allows the resulting pair of and .B IN_MOVE_TO events to be connected by the application. +For all other event types, +.I cookie +is set to 0. The .I name