man: insmod: we don't handle modules from stdin
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 3 Feb 2012 18:33:36 +0000 (16:33 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 3 Feb 2012 18:33:36 +0000 (16:33 -0200)
commit6923e95b666b19858d385344683a8c8c801c0e50
tree745277426b94820bd02f69c061e74cf73fffee29
parent035cbdc763b71f9101b30d9ed72a6dc5ade959db
man: insmod: we don't handle modules from stdin

- Gah, kmod insmod can't load from stdin anymore. :/
- What's the use case?
- zcat module.ko.gz | insmod - (but the new insmod apparently can load .gz fine)
- yes... just insmod module.ko.gz
- and actually insmod(8) says it works. :)

Not anymore...
man/insmod.xml