From: Lucas De Marchi Date: Fri, 3 Feb 2012 18:33:36 +0000 (-0200) Subject: man: insmod: we don't handle modules from stdin X-Git-Tag: v5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6923e95b666b19858d385344683a8c8c801c0e50;p=thirdparty%2Fkmod.git 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... --- diff --git a/man/insmod.xml b/man/insmod.xml index 1529d350..4e958e04 100644 --- a/man/insmod.xml +++ b/man/insmod.xml @@ -46,8 +46,7 @@ DESCRIPTION insmod is a trivial program to insert a module into - the kernel: if the filename is a hyphen, the - module is taken from standard input. Most users will want to use + the kernel. Most users will want to use modprobe 8 instead, which is more clever and can handle module dependencies.