projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1d4c0
)
- documentation fix
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 22 Nov 2008 20:30:53 +0000
(20:30 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 22 Nov 2008 20:30:53 +0000
(20:30 -0000)
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 4d211f50ce74a50b231e7cef5b9e3e56f7f9c10a..2c7f647e2980aacc14a9579c6c90ba14b4c28507 100644
(file)
--- a/
modutils/insmod.c
+++ b/
modutils/insmod.c
@@
-19,7
+19,7
@@
int insmod_main(int argc UNUSED_PARAM, char **argv)
/* Compat note:
* 2.6 style insmod has no options and required filename
* (not module name - .ko can't be omitted).
- * 2.4 style insmod can take module name without .
k
o
+ * 2.4 style insmod can take module name without .o
* and performs module search in default directories
* or in $MODPATH.
*/