diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-24 19:15:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-24 19:15:07 +0000 |
commit | 8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6 (patch) | |
tree | 78f1462e7c49b381092ccc95851c54c853e1613f | |
parent | a18aaf1b6aa4464d09486a3b0ab34a791e63bc41 (diff) | |
download | busybox-w32-8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6.tar.gz busybox-w32-8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6.tar.bz2 busybox-w32-8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6.zip |
Fix up insmod usage info to mention -L
-rw-r--r-- | applets/usage.c | 4 | ||||
-rw-r--r-- | docs/busybox.pod | 3 | ||||
-rw-r--r-- | docs/busybox.sgml | 1 | ||||
-rw-r--r-- | usage.c | 4 |
4 files changed, 9 insertions, 3 deletions
diff --git a/applets/usage.c b/applets/usage.c index 9ae2bb3ef..a9862fd3d 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -545,7 +545,9 @@ const char insmod_usage[] = | |||
545 | "Options:\n" | 545 | "Options:\n" |
546 | "\t-f\tForce module to load into the wrong kernel version.\n" | 546 | "\t-f\tForce module to load into the wrong kernel version.\n" |
547 | "\t-k\tMake module autoclean-able.\n" | 547 | "\t-k\tMake module autoclean-able.\n" |
548 | "\t-v\tverbose output\n" "\t-x\tdo not export externs" | 548 | "\t-v\tverbose output\n" |
549 | "\t-L\tLock to prevent simultaneous loads of a module\n" | ||
550 | "\t-x\tdo not export externs" | ||
549 | #endif | 551 | #endif |
550 | ; | 552 | ; |
551 | #endif | 553 | #endif |
diff --git a/docs/busybox.pod b/docs/busybox.pod index 30f71e4f4..ba88bee0c 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -1012,6 +1012,7 @@ Options: | |||
1012 | -k Make module autoclean-able. | 1012 | -k Make module autoclean-able. |
1013 | -v verbose output | 1013 | -v verbose output |
1014 | -x do not export externs | 1014 | -x do not export externs |
1015 | -L Prevent simultaneous loads of the same module | ||
1015 | 1016 | ||
1016 | ------------------------------- | 1017 | ------------------------------- |
1017 | 1018 | ||
@@ -2320,4 +2321,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2320 | 2321 | ||
2321 | =cut | 2322 | =cut |
2322 | 2323 | ||
2323 | # $Id: busybox.pod,v 1.86 2001/01/03 01:06:30 bug1 Exp $ | 2324 | # $Id: busybox.pod,v 1.87 2001/01/24 19:15:07 andersen Exp $ |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 52850b494..8b77c5117 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1697,6 +1697,7 @@ | |||
1697 | -k Make module autoclean-able. | 1697 | -k Make module autoclean-able. |
1698 | -v Verbose output | 1698 | -v Verbose output |
1699 | -x Do not export externs | 1699 | -x Do not export externs |
1700 | -L Prevent simultaneous loads of the same module | ||
1700 | </screen> | 1701 | </screen> |
1701 | </para> | 1702 | </para> |
1702 | </sect1> | 1703 | </sect1> |
@@ -545,7 +545,9 @@ const char insmod_usage[] = | |||
545 | "Options:\n" | 545 | "Options:\n" |
546 | "\t-f\tForce module to load into the wrong kernel version.\n" | 546 | "\t-f\tForce module to load into the wrong kernel version.\n" |
547 | "\t-k\tMake module autoclean-able.\n" | 547 | "\t-k\tMake module autoclean-able.\n" |
548 | "\t-v\tverbose output\n" "\t-x\tdo not export externs" | 548 | "\t-v\tverbose output\n" |
549 | "\t-L\tLock to prevent simultaneous loads of a module\n" | ||
550 | "\t-x\tdo not export externs" | ||
549 | #endif | 551 | #endif |
550 | ; | 552 | ; |
551 | #endif | 553 | #endif |