]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man/modinfo: document --basedir option
authorDave Reisner <dreisner@archlinux.org>
Wed, 25 Jul 2012 23:29:40 +0000 (19:29 -0400)
committerDave Reisner <dreisner@archlinux.org>
Wed, 25 Jul 2012 23:37:47 +0000 (19:37 -0400)
This was never documented in the manpage of module-init-tools either.
The flag is identical in function to modprobe's --dirname option, so use
the same language to describe it.

man/modinfo.xml

index f444e429c8c17d90db5780ca861e1821e78087a4..2d3e1d641112dcc24ed5a2ebb7d472bbf0d5759c 100644 (file)
           </para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term>
+          <option>-b <replaceable>basedir</replaceable></option>
+          <option>--basedir <replaceable>basedir</replaceable></option>
+        </term>
+        <listitem>
+          <para>
+            Root directory for modules, <filename>/</filename> by default.
+          </para>
+        </listitem>
+      </varlistentry>
       <varlistentry>
         <term>
           <option>-k <replaceable>kernel</replaceable></option>