man/modprobe: clarify --dirname option

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.
This commit is contained in:
Dave Reisner 2012-07-25 19:30:19 -04:00
parent e8fd8fec23
commit 465f2d6b7c

View File

@ -177,9 +177,7 @@
<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>