aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-05 07:59:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-05 07:59:25 +0000
commit35d8c47987a96a53d810bae94b50442fda07b4fc (patch)
tree176c3c7f80ddbba635b61ae197ef38712e1c881a /modutils/modprobe-small.c
parent82ad032e263de5d69a70cc9b169aab393f5a2b50 (diff)
downloadbusybox-35d8c47987a96a53d810bae94b50442fda07b4fc.tar.gz
whitespace fixes, no code changed
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r--modutils/modprobe-small.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index 4aa2b5862..ea130b83c 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -640,7 +640,7 @@ Usage: rmmod [-fhswvV] modulename ...
-s (or --syslog) says use syslog, not stderr
-v (or --verbose) enables more messages
-V (or --version) prints the version code
- -w (or --wait) begins a module removal even if it is used
+ -w (or --wait) begins module removal even if it is used
and will stop new users from accessing the module (so it
should eventually fall to zero).
@@ -658,19 +658,20 @@ depmod [-n -e -v -q -r -u] [-F kernelsyms] module1.ko module2.ko ...
If no arguments (except options) are given, "depmod -a" is assumed.
depmod will output a dependancy list suitable for the modprobe utility.
Options:
- -a, --all Probe all modules
- -A, --quick Only does the work if there's a new module
- -n, --show Write the dependency file on stdout only
- -e, --errsyms Report not supplied symbols
- -V, --version Print the release version
- -v, --verbose Enable verbose mode
- -h, --help Print this usage message
+ -a, --all Probe all modules
+ -A, --quick Only does the work if there's a new module
+ -n, --show Write the dependency file on stdout only
+ -e, --errsyms Report not supplied symbols
+ -V, --version Print the release version
+ -v, --verbose Enable verbose mode
+ -h, --help Print this usage message
The following options are useful for people managing distributions:
-b basedirectory
- --basedir basedirectory Use an image of a module tree.
+ --basedir basedirectory
+ Use an image of a module tree
-F kernelsyms
- --filesyms kernelsyms Use the file instead of the
- current kernel symbols.
+ --filesyms kernelsyms
+ Use the file instead of the current kernel symbols
*/
int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;