whitespace fixes, no code changed

This commit is contained in:
Denis Vlasenko 2008-08-05 07:59:25 +00:00
parent 82ad032e26
commit 35d8c47987

View File

@ -640,7 +640,7 @@ Usage: rmmod [-fhswvV] modulename ...
-s (or --syslog) says use syslog, not stderr -s (or --syslog) says use syslog, not stderr
-v (or --verbose) enables more messages -v (or --verbose) enables more messages
-V (or --version) prints the version code -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 and will stop new users from accessing the module (so it
should eventually fall to zero). should eventually fall to zero).
@ -667,10 +667,11 @@ Options:
-h, --help Print this usage message -h, --help Print this usage message
The following options are useful for people managing distributions: The following options are useful for people managing distributions:
-b basedirectory -b basedirectory
--basedir basedirectory Use an image of a module tree. --basedir basedirectory
Use an image of a module tree
-F kernelsyms -F kernelsyms
--filesyms kernelsyms Use the file instead of the --filesyms kernelsyms
current kernel symbols. Use the file instead of the current kernel symbols
*/ */
int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;