aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-09 00:41:59 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-09 00:41:59 +0000
commitf0e5433364fea2f9c3c3cfc4f74216b959b38896 (patch)
treeef84d05e9feaac0ea72858396f23b7b12d306e3b /chapter06
parent0a192e2dd06597a48d00df19a6c2d50b72c0dbd9 (diff)
Grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/makedev-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml
index 12c9287b1..0a41c24bc 100644
--- a/chapter06/makedev-exp.xml
+++ b/chapter06/makedev-exp.xml
@@ -2,8 +2,8 @@
<title>Command explanations</title>
<para><userinput>./MAKEDEV -v generic:</userinput> This creates generic
-devices. Normally, these devices are all devices you need. It's possible that
-you are missing some special devices that are needed for your hardware
+devices. Normally, these devices are all the devices you need. It's possible
+that you are missing some special devices that are needed for your hardware
configuration. Create them with ./MAKEDEV -v &lt;device&gt;.</para>
</sect2>