aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-17 22:19:18 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-17 22:19:18 +0000
commita09a42cd83a0365b5b52dfdcce20b3c9932be801 (patch)
tree7b77e84c7b1b829bad250c5e4c9ee58705a89723 /include
parent249d948e3944eacf380e9ab8704535161d8a6603 (diff)
downloadbusybox-a09a42cd83a0365b5b52dfdcce20b3c9932be801.tar.gz
inotify: add x, o, and u events
Diffstat (limited to 'include')
-rw-r--r--include/usage.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h
index 67b2acf72..9c0c9d761 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1846,7 +1846,7 @@
"\nwith the parameters:" \
"\n1. actual event(s)" \
"\n2. file name" \
- "\n3. name of subfile (if any), in case of watching a directory" \
+ "\n3. name of subfile (if any)" \
"\ninotifyd waits for agent to exit." \
"\nEvents:" \
"\n a File is accessed" \
@@ -1855,12 +1855,16 @@
"\n w Writtable file is closed" \
"\n 0 Unwrittable file is closed" \
"\n r File is opened" \
- "\n m File is moved from X" \
- "\n y File is moved to Y" \
+ "\n D File is deleted" \
+ "\n M File is moved" \
+ "\n u Backing fs is unmounted" \
+ "\n o Event queue overflowed" \
+ "\n x File can't be watched anymore" \
+ "\nIf watching a directory:" \
+ "\n m Subfile is moved into dir" \
+ "\n y Subfile is moved out of dir" \
"\n n Subfile is created" \
"\n d Subfile is deleted" \
- "\n D Self is deleted" \
- "\n M Self is moved" \
#define insmod_trivial_usage \
USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..."