From 289ff0e3411543446f40cfa45db606431a4657e1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 14 Nov 2008 21:52:16 +0000 Subject: inotify: document waiting behavior --- include/usage.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 9f7358906..69d37f923 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1840,14 +1840,15 @@ #define inotifyd_trivial_usage \ "/user/space/agent dir/or/file/being/watched[:mask] ..." #define inotifyd_full_usage "\n\n" \ - "Spawn userspace agent on filesystem changes." \ + "Run userspace agent on filesystem changes." \ "\nWhen a filesystem event matching the mask occurs" \ - "\non specified file/directory an userspace agent is spawned" \ + "\non specified file /user/space/agent is run" \ "\nwith the parameters:" \ "\n1. actual event(s)" \ - "\n2. file/directory name" \ + "\n2. file name" \ "\n3. name of subfile (if any), in case of watching a directory" \ - "\n" \ + "\ninotify waits for agent to exit." \ + "\nEvents:" \ "\n a File is accessed" \ "\n c File is modified" \ "\n e Metadata changed" \ -- cgit v1.2.3