From: Lucas De Marchi Date: Thu, 6 Mar 2014 05:46:27 +0000 (-0300) Subject: man: clarify the support to modules.dep file X-Git-Tag: v17~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb18b26905fc6ae0fa55308ba6b5165e6b4b4478;p=thirdparty%2Fkmod.git man: clarify the support to modules.dep file --- diff --git a/man/modprobe.xml b/man/modprobe.xml index 4c6c8329..9cb44761 100644 --- a/man/modprobe.xml +++ b/man/modprobe.xml @@ -101,8 +101,7 @@ modprobe expects an up-to-date - modules.dep.bin file (or fallback human - readable modules.dep file), as generated + modules.dep.bin file as generated by the corresponding depmod utility shipped along with modprobe (see depmod8 diff --git a/man/modules.dep.xml b/man/modules.dep.xml index 034c2b49..e53293a1 100644 --- a/man/modules.dep.xml +++ b/man/modules.dep.xml @@ -40,16 +40,17 @@ DESCRIPTION - The modules.dep.bin as generated by - module-init-tools depmod, lists the dependencies for + modules.dep.bin is a binary file generated by + depmod listing the dependencies for every module in the directories under - /lib/modules/version, - where modules.dep.bin (or the human readable version - modules.dep) is also located. It is used by - utilities such as modprobe. The binary version will be - used by default, if it was generated by a compatible version of - depmod, with fallback to the generic - modules.dep. + /lib/modules/version. + It is used by kmod tools such as modprobe and + libkmod. + + + Its text counterpar is located in the same directory with the name + modules.dep. The text version is maintained only + for easy of reading by humans and is in no way used by any kmod tool. These files are not intended for editing or use by any additional