From: Emil Velikov Date: Mon, 8 Jul 2024 13:43:20 +0000 (+0100) Subject: man: modprobe.d: factor out a CONFIGURATION FORMAT section X-Git-Tag: v33~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e46b473a92c776c84f74e984dc05ffe0ac921a7a;p=thirdparty%2Fkmod.git man: modprobe.d: factor out a CONFIGURATION FORMAT section Keep the description neat and tidy. Signed-off-by: Emil Velikov Signed-off-by: Lucas De Marchi --- diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd index 2a6a7894..823ba628 100644 --- a/man/modprobe.d.5.scd +++ b/man/modprobe.d.5.scd @@ -29,10 +29,13 @@ Note that module and alias names (like other module names) can have - or \_ in them: both are interchangeable throughout all the module commands as underscore conversion happens automatically. -The format of files under modprobe.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 -file 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