diff options
author | Joe Lawrence <joe.lawrence@stratus.com> | 2014-05-12 23:31:10 -0400 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-05-13 14:45:15 -0300 |
commit | 445e51c57dc605fd53b051b9d664bc003f8edf5d (patch) | |
tree | c2e951d8611a98de020cb69c2c7b19518b2ac9e3 | |
parent | b8b990f47d9e153c8bae4d00ffb1f0fa873b6dc5 (diff) | |
download | kmod-445e51c57dc605fd53b051b9d664bc003f8edf5d.tar.gz kmod-445e51c57dc605fd53b051b9d664bc003f8edf5d.tar.bz2 kmod-445e51c57dc605fd53b051b9d664bc003f8edf5d.zip |
man: fixup spacing/parens in modprobe.d(5)
-rw-r--r-- | man/modprobe.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml index 4f93a63..47878e2 100644 --- a/man/modprobe.d.xml +++ b/man/modprobe.d.xml @@ -157,8 +157,8 @@ This command allows you to add options to the module <replaceable>modulename</replaceable> (which might be an alias) every time it is inserted into the kernel: whether - directly (using <command>modprobe</command> - <replaceable>modulename</replaceable> or because the + directly (using <command>modprobe </command> + <replaceable>modulename</replaceable>) or because the module being inserted depends on this module. </para> <para> |