]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man/modprobe: clarify --dirname option
authorDave Reisner <dreisner@archlinux.org>
Wed, 25 Jul 2012 23:30:19 +0000 (19:30 -0400)
committerDave Reisner <dreisner@archlinux.org>
Wed, 25 Jul 2012 23:37:17 +0000 (19:37 -0400)
The documentation for this flag leads one to believe that the full path
to the module directory is needed. In reality, this flag specifies only
the root of the module path.

man/modprobe.xml

index 0e101a8c06b7b75cc5164c77e960a5890c9485f2..4d7639a1a475b19c83ae382cbd2925e514bf4417 100644 (file)
         <term><option>-d</option> <option>--dirname</option></term>
         <listitem>
           <para>
-            Directory where modules can be found,
-            <filename>/lib/modules/<replaceable>RELEASE</replaceable></filename>
-            by default.
+            Root directory for modules, <filename>/</filename> by default.
           </para>
         </listitem>
       </varlistentry>