Fix up insmod usage info to mention -L
This commit is contained in:
parent
a18aaf1b6a
commit
8c5cb31e1b
@ -545,7 +545,9 @@ const char insmod_usage[] =
|
||||
"Options:\n"
|
||||
"\t-f\tForce module to load into the wrong kernel version.\n"
|
||||
"\t-k\tMake module autoclean-able.\n"
|
||||
"\t-v\tverbose output\n" "\t-x\tdo not export externs"
|
||||
"\t-v\tverbose output\n"
|
||||
"\t-L\tLock to prevent simultaneous loads of a module\n"
|
||||
"\t-x\tdo not export externs"
|
||||
#endif
|
||||
;
|
||||
#endif
|
||||
|
@ -1012,6 +1012,7 @@ Options:
|
||||
-k Make module autoclean-able.
|
||||
-v verbose output
|
||||
-x do not export externs
|
||||
-L Prevent simultaneous loads of the same module
|
||||
|
||||
-------------------------------
|
||||
|
||||
@ -2320,4 +2321,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
||||
|
||||
=cut
|
||||
|
||||
# $Id: busybox.pod,v 1.86 2001/01/03 01:06:30 bug1 Exp $
|
||||
# $Id: busybox.pod,v 1.87 2001/01/24 19:15:07 andersen Exp $
|
||||
|
@ -1697,6 +1697,7 @@
|
||||
-k Make module autoclean-able.
|
||||
-v Verbose output
|
||||
-x Do not export externs
|
||||
-L Prevent simultaneous loads of the same module
|
||||
</screen>
|
||||
</para>
|
||||
</sect1>
|
||||
|
4
usage.c
4
usage.c
@ -545,7 +545,9 @@ const char insmod_usage[] =
|
||||
"Options:\n"
|
||||
"\t-f\tForce module to load into the wrong kernel version.\n"
|
||||
"\t-k\tMake module autoclean-able.\n"
|
||||
"\t-v\tverbose output\n" "\t-x\tdo not export externs"
|
||||
"\t-v\tverbose output\n"
|
||||
"\t-L\tLock to prevent simultaneous loads of a module\n"
|
||||
"\t-x\tdo not export externs"
|
||||
#endif
|
||||
;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user