diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 17fc18c09..4fe388bdc 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -16,7 +16,7 @@ | |||
16 | //usage:#define insmod_trivial_usage | 16 | //usage:#define insmod_trivial_usage |
17 | //usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ") | 17 | //usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ") |
18 | //usage: IF_NOT_FEATURE_2_4_MODULES("FILE ") | 18 | //usage: IF_NOT_FEATURE_2_4_MODULES("FILE ") |
19 | //usage: "[symbol=value]..." | 19 | //usage: "[SYMBOL=VALUE]..." |
20 | //usage:#define insmod_full_usage "\n\n" | 20 | //usage:#define insmod_full_usage "\n\n" |
21 | //usage: "Load the specified kernel modules into the kernel" | 21 | //usage: "Load the specified kernel modules into the kernel" |
22 | //usage: IF_FEATURE_2_4_MODULES( "\n" | 22 | //usage: IF_FEATURE_2_4_MODULES( "\n" |