diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-09 00:41:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-09 00:41:59 +0000 |
commit | f0e5433364fea2f9c3c3cfc4f74216b959b38896 (patch) | |
tree | ef84d05e9feaac0ea72858396f23b7b12d306e3b /chapter06 | |
parent | 0a192e2dd06597a48d00df19a6c2d50b72c0dbd9 (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.xml | 4 |
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 <device>.</para> </sect2> |