diff options
author | Chris Stackpole <stack@tutamail.com> | 2018-04-20 14:46:58 -0500 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-05-14 15:04:55 -0700 |
commit | 8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393 (patch) | |
tree | fc310adacea088558968b8d9280caaaa00f35934 | |
parent | c8f0623ad18194eedfcca69ccae1cbfe6cf5d2a8 (diff) | |
download | kmod-8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393.tar.gz kmod-8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393.tar.bz2 kmod-8c50dc4e3ad4ccc55098b12d6caa4e0e81bd1393.zip |
Phrasing correction in modprobe man page
-rw-r--r-- | man/modprobe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/modprobe.xml b/man/modprobe.xml index 12d49f2..0372b6b 100644 --- a/man/modprobe.xml +++ b/man/modprobe.xml @@ -232,7 +232,7 @@ information, such as the kernel and compiler versions. If a module fails to load and the kernel complains that the "version magic" doesn't match, you can use this option to remove it. Naturally, - this check is there for your protection, so this using option is + this check is there for your protection, so using this option is dangerous unless you know what you're doing. </para> <para> |