From: Yauheni Kaliuta Date: Thu, 20 Jul 2017 14:09:52 +0000 (+0300) Subject: man/depmod.d: add external keyword description X-Git-Tag: v25~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e61fb329ddf1786ec85aace46d8b2ed0b54d1682;p=platform%2Fupstream%2Fkmod.git 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 --- 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 built-in refers to the standard module directories installed by the kernel. + Another special keyword external refers to the + list of external directories, defined by the + external command. By default, depmod will give a higher priority to @@ -110,6 +113,23 @@ + + external kernelversion + absolutemodulesdirectory... + + + + This specifies a list of directories, which will be checked + according to the priorities in the search + command. The order matters also, the first directory has the higher + priority. + + + The kernelversion is a POSIX regular + expression or * wildcard, like in the override. + + +