diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
commit | edbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch) | |
tree | fa9e11a0bc99486e35a11009650ad50352222112 /chapter07 | |
parent | 7bbd1bdc8a816089c3d217eb805470858e130a5e (diff) |
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/console.xml | 2 | ||||
-rw-r--r-- | chapter07/udev.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index c36454df2..d2562760f 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -299,7 +299,7 @@ EOF</userinput></screen> <varlistentry> <term>FONT_UNIMAP</term> <listitem> - <para>This variable specifies the unicode font map.</para> + <para>This variable specifies the Unicode font map.</para> </listitem> </varlistentry> diff --git a/chapter07/udev.xml b/chapter07/udev.xml index b091d9ac6..7d1f9b59c 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -251,7 +251,7 @@ <title>Udev creates a device incorrectly, or makes a wrong symlink</title> <para>This usually happens if a rule unexpectedly matches a device. For - example, a poorly-writen rule can match both a SCSI disk (as desired) + example, a poorly-written rule can match both a SCSI disk (as desired) and the corresponding SCSI generic device (incorrectly) by vendor. Find the offending rule and make it more specific, with the help of the <command>udevadm info</command> command.</para> |