diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-01-12 12:22:19 -0500 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-01-14 14:24:10 -0800 |
commit | aca61d37212c65ddbcff32a3a201a2999ad12b67 (patch) | |
tree | b0a98c65ceb23dbf25120c23e3982067ebcf976d | |
parent | ea37a74246b8640bc5acdd5709aabbe396f08210 (diff) | |
download | kmod-aca61d37212c65ddbcff32a3a201a2999ad12b67.tar.gz kmod-aca61d37212c65ddbcff32a3a201a2999ad12b67.tar.bz2 kmod-aca61d37212c65ddbcff32a3a201a2999ad12b67.zip |
man: Fix typo
-rw-r--r-- | man/modprobe.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml index 47878e2..211af84 100644 --- a/man/modprobe.d.xml +++ b/man/modprobe.d.xml @@ -63,7 +63,7 @@ module commands as underscore conversion happens automatically. </para> <para> - The format of and files under <filename>modprobe.d</filename> is + The format of files under <filename>modprobe.d</filename> 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 |