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-w32-a09a42cd83a0365b5b52dfdcce20b3c9932be801.tar.gz
busybox-w32-a09a42cd83a0365b5b52dfdcce20b3c9932be801.tar.bz2
busybox-w32-a09a42cd83a0365b5b52dfdcce20b3c9932be801.zip
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 @@
1846 "\nwith the parameters:" \ 1846 "\nwith the parameters:" \
1847 "\n1. actual event(s)" \ 1847 "\n1. actual event(s)" \
1848 "\n2. file name" \ 1848 "\n2. file name" \
1849 "\n3. name of subfile (if any), in case of watching a directory" \ 1849 "\n3. name of subfile (if any)" \
1850 "\ninotifyd waits for agent to exit." \ 1850 "\ninotifyd waits for agent to exit." \
1851 "\nEvents:" \ 1851 "\nEvents:" \
1852 "\n a File is accessed" \ 1852 "\n a File is accessed" \
@@ -1855,12 +1855,16 @@
1855 "\n w Writtable file is closed" \ 1855 "\n w Writtable file is closed" \
1856 "\n 0 Unwrittable file is closed" \ 1856 "\n 0 Unwrittable file is closed" \
1857 "\n r File is opened" \ 1857 "\n r File is opened" \
1858 "\n m File is moved from X" \ 1858 "\n D File is deleted" \
1859 "\n y File is moved to Y" \ 1859 "\n M File is moved" \
1860 "\n u Backing fs is unmounted" \
1861 "\n o Event queue overflowed" \
1862 "\n x File can't be watched anymore" \
1863 "\nIf watching a directory:" \
1864 "\n m Subfile is moved into dir" \
1865 "\n y Subfile is moved out of dir" \
1860 "\n n Subfile is created" \ 1866 "\n n Subfile is created" \
1861 "\n d Subfile is deleted" \ 1867 "\n d Subfile is deleted" \
1862 "\n D Self is deleted" \
1863 "\n M Self is moved" \
1864 1868
1865#define insmod_trivial_usage \ 1869#define insmod_trivial_usage \
1866 USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..." 1870 USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..."