mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
man: modprobe.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:
parent
11d09ac414
commit
e46b473a92
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user