diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-22 20:30:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-22 20:30:53 +0000 |
commit | 9a280fa7e65a8b9412acb15fd049219d30a90a2c (patch) | |
tree | 8a7344f04acb87d689a5642e1b0612081bdd9c70 /modutils/insmod.c | |
parent | 9d1d4c06d7926d736584efaf814897c28154fc89 (diff) | |
download | busybox-w32-9a280fa7e65a8b9412acb15fd049219d30a90a2c.tar.gz busybox-w32-9a280fa7e65a8b9412acb15fd049219d30a90a2c.tar.bz2 busybox-w32-9a280fa7e65a8b9412acb15fd049219d30a90a2c.zip |
- documentation fix
Diffstat (limited to 'modutils/insmod.c')
-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 4d211f50c..2c7f647e2 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -19,7 +19,7 @@ int insmod_main(int argc UNUSED_PARAM, char **argv) | |||
19 | /* Compat note: | 19 | /* Compat note: |
20 | * 2.6 style insmod has no options and required filename | 20 | * 2.6 style insmod has no options and required filename |
21 | * (not module name - .ko can't be omitted). | 21 | * (not module name - .ko can't be omitted). |
22 | * 2.4 style insmod can take module name without .ko | 22 | * 2.4 style insmod can take module name without .o |
23 | * and performs module search in default directories | 23 | * and performs module search in default directories |
24 | * or in $MODPATH. | 24 | * or in $MODPATH. |
25 | */ | 25 | */ |