diff options
author | Yauheni Kaliuta <yauheni.kaliuta@redhat.com> | 2017-07-20 17:09:52 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2017-07-21 10:01:32 -0700 |
commit | e61fb329ddf1786ec85aace46d8b2ed0b54d1682 (patch) | |
tree | 224613f2248923467ece4c855cda66402581f9db | |
parent | ecab65b35c3c22af6a503486022ad8b85ccd1cad (diff) | |
download | kmod-e61fb329ddf1786ec85aace46d8b2ed0b54d1682.tar.gz kmod-e61fb329ddf1786ec85aace46d8b2ed0b54d1682.tar.bz2 kmod-e61fb329ddf1786ec85aace46d8b2ed0b54d1682.zip |
man/depmod.d: add external keyword description
The commit 'depmod: implement external directories support' added
external directories support (see
7da6884e7357ac05772e90f6d7e63b1948103fc4).
This patch documents the extention in the manpage.
Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
-rw-r--r-- | man/depmod.d.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/depmod.d.xml b/man/depmod.d.xml index c30c06c..4341a56 100644 --- a/man/depmod.d.xml +++ b/man/depmod.d.xml @@ -75,6 +75,9 @@ first listed directory and the lowest priority given to the last directory listed. The special keyword <command>built-in</command> refers to the standard module directories installed by the kernel. + Another special keyword <command>external</command> refers to the + list of external directories, defined by the + <command>external</command> command. </para> <para> By default, depmod will give a higher priority to @@ -110,6 +113,23 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>external <replaceable>kernelversion</replaceable> + <replaceable>absolutemodulesdirectory...</replaceable> + </term> + <listitem> + <para> + This specifies a list of directories, which will be checked + according to the priorities in the <command>search</command> + command. The order matters also, the first directory has the higher + priority. + </para> + <para> + The <replaceable>kernelversion</replaceable> is a POSIX regular + expression or * wildcard, like in the <command>override</command>. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |