]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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)
- 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

index 1529d350ee0483495e87f7b0eb2f830efad50b88..4e958e0494af92dfd3300df2f7c07effc8ec25c7 100644 (file)
@@ -46,8 +46,7 @@
   <refsect1><title>DESCRIPTION</title>
     <para>
       <command>insmod</command> is a trivial program to insert a module into
-      the kernel: if the <replaceable>filename</replaceable> is a hyphen, the
-      module is taken from standard input. Most users will want to use
+      the kernel. Most users will want to use
       <citerefentry><refentrytitle>modprobe</refentrytitle>
         <manvolnum>8</manvolnum> </citerefentry> instead, which is more clever
       and can handle module dependencies.