diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:29:40 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-07-25 19:37:47 -0400 |
commit | 072122f9dc69a61f1e625ee6e225ea56b8925ab4 (patch) | |
tree | 0f377e88d170faa94bdcc279063945d7597880ab /man | |
parent | 465f2d6b7c4d7808d0f2f3b178a140b936e7b64d (diff) | |
download | kmod-072122f9dc69a61f1e625ee6e225ea56b8925ab4.tar.gz kmod-072122f9dc69a61f1e625ee6e225ea56b8925ab4.tar.bz2 kmod-072122f9dc69a61f1e625ee6e225ea56b8925ab4.zip |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/modinfo.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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> |