From 7b19a71289198beac8fae9bcb8d5bc176edb21f2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 8 Jul 2024 14:43:17 +0100 Subject: [PATCH] man: depmod.d: rework the opening description sentence Use a slightly longer, more gradual introduction. Signed-off-by: Emil Velikov Signed-off-by: Lucas De Marchi --- man/depmod.d.5.scd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index ddb1340..dc13ec7 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -18,11 +18,14 @@ depmod.d - Configuration directory for depmod # DESCRIPTION -The order in which modules are processed by the *depmod* command can be altered -on a global or per-module basis. This is typically useful in cases where -built-in kernel modules are complemented by custom built versions of the same -and the user wishes to affect the priority of processing in order to override -the module version supplied by the kernel. +On execution *depmod* reads the configuration files from the above location and +based on that it processes the available modules and their dependencies. For +example: one can change the search order, exclude folders, override specific +module's location and more. + +This is typically useful in cases where built-in kernel modules are complemented +by custom built versions of the same and the user wishes to affect the priority +of processing in order to override the module version supplied by the kernel. # CONFIGURATION FORMAT