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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man/modinfo.xml b/man/modinfo.xml index f444e42..2d3e1d6 100644 --- a/man/modinfo.xml +++ b/man/modinfo.xml @@ -105,6 +105,17 @@ </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> </term> <listitem> -- 1.7.11.3 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html