From: Dave Reisner Date: Wed, 25 Jul 2012 23:29:40 +0000 (-0400) Subject: man/modinfo: document --basedir option X-Git-Tag: v10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072122f9dc69a61f1e625ee6e225ea56b8925ab4;p=thirdparty%2Fkmod.git man/modinfo: document --basedir option 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. --- diff --git a/man/modinfo.xml b/man/modinfo.xml index f444e429..2d3e1d64 100644 --- a/man/modinfo.xml +++ b/man/modinfo.xml @@ -103,6 +103,17 @@ + + + + + + + + Root directory for modules, / by default. + + +