From: Miklos Vajna Date: Tue, 17 Jan 2012 00:48:11 +0000 (+0100) Subject: man: spelling fixes X-Git-Tag: v5~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9be0162f9b3d2144b4e090bb892e4f8a9f97cc21;p=thirdparty%2Fkmod.git man: spelling fixes --- diff --git a/man/depmod.xml b/man/depmod.xml index 9f091488..789f40da 100644 --- a/man/depmod.xml +++ b/man/depmod.xml @@ -159,7 +159,7 @@ symbols which a module needs which are not supplied by other modules or the kernel. Normally, any symbols not provided by modules are assumed to be provided by the kernel (which should be - true in a perfect world), but this assumption can break espencially + true in a perfect world), but this assumption can break especially when additionally updated third party drivers are not correctly installed or were built incorrectly. diff --git a/man/modinfo.xml b/man/modinfo.xml index c5b55758..f444e429 100644 --- a/man/modinfo.xml +++ b/man/modinfo.xml @@ -92,7 +92,7 @@ Only print this field value, one per line. This is most useful for - scripts. Field names are case-insenitive. Common fields (which + scripts. Field names are case-insensitive. Common fields (which may not be in every module) include author, description, license, parm, depends, and diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml index ddc18493..dc19b234 100644 --- a/man/modprobe.d.xml +++ b/man/modprobe.d.xml @@ -59,7 +59,7 @@ Note that module and alias names (like other module names) can - have - or _ in them: both are interchangable throughout all the + have - or _ in them: both are interchangeable throughout all the module commands as underscore conversion happens automatically.