aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-22 18:29:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-22 18:29:01 +0000
commit36309cf3f495dcfd4aba541425b34dd2455cccf2 (patch)
tree5ab06fac3af13f714ac6f69dfacf88246499ce10 /include
parentcc5feabeba2b1cbc3a1751af08f645b868967519 (diff)
downloadbusybox-w32-36309cf3f495dcfd4aba541425b34dd2455cccf2.tar.gz
busybox-w32-36309cf3f495dcfd4aba541425b34dd2455cccf2.tar.bz2
busybox-w32-36309cf3f495dcfd4aba541425b34dd2455cccf2.zip
insmod: clarify module_name / file_name distinction
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 5223e9e18..49c94000b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1864,8 +1864,12 @@
1864 "\ninotifyd waits for PROG to exit." \ 1864 "\ninotifyd waits for PROG to exit." \
1865 "\nWhen x event happens for all FILEs, inotifyd exits" \ 1865 "\nWhen x event happens for all FILEs, inotifyd exits" \
1866 1866
1867/* 2.6 style insmod has no options and required filename
1868 * (not module name - .ko can't be omitted) */
1867#define insmod_trivial_usage \ 1869#define insmod_trivial_usage \
1868 USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..." 1870 USE_FEATURE_2_4_MODULES("[OPTION]... MODULE ") \
1871 SKIP_FEATURE_2_4_MODULES("FILE ") \
1872 "[symbol=value]..."
1869#define insmod_full_usage "\n\n" \ 1873#define insmod_full_usage "\n\n" \
1870 "Load the specified kernel modules into the kernel" \ 1874 "Load the specified kernel modules into the kernel" \
1871 USE_FEATURE_2_4_MODULES( "\n" \ 1875 USE_FEATURE_2_4_MODULES( "\n" \