diff options
author | Denis Vlasenko | 2008-11-14 21:52:16 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-14 21:52:16 +0000 |
commit | 289ff0e3411543446f40cfa45db606431a4657e1 (patch) | |
tree | 5353a8698e9e5c1dc47f2fd85928dd83aa27b640 /include/usage.h | |
parent | b0e5d42d4f3245cb6d7511fc03a09adb82c09783 (diff) | |
download | busybox-289ff0e3411543446f40cfa45db606431a4657e1.zip busybox-289ff0e3411543446f40cfa45db606431a4657e1.tar.gz |
inotify: document waiting behavior
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 9f73589..69d37f9 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" \ |