From 072122f9dc69a61f1e625ee6e225ea56b8925ab4 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 25 Jul 2012 19:29:40 -0400 Subject: [PATCH] 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. --- man/modinfo.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + + + -- 2.47.2