man: depmod.d: factor out a CONFIGURATION FORMAT section

Keep the description neat and tidy.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
Emil Velikov 2024-07-08 14:43:16 +01:00 committed by Lucas De Marchi
parent 12ca199bd7
commit 0682f1ed56

View File

@ -24,10 +24,13 @@ 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.
The format of files under depmod.d is simple: one command per line, with blank
lines and lines starting with '#' ignored (useful for adding comments). A '\\'
at the end of a line causes it to continue on the next line, which makes the
files a bit neater.
# CONFIGURATION FORMAT
The configuration files contain one command per line, with blank lines and lines
starting with '#' ignored (useful for adding comments). A '\\' at the end of a
line causes it to continue on the next line, which makes the files a bit neater.
See the COMMANDS section below for more.
# CONFIGURATION DIRECTORIES AND PRECEDENCE