aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/makedev-exp.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-08 21:54:14 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-08 21:54:14 +0000
commit44c2fd8fabfe36ee9f8464a04e4f2db42d956ab0 (patch)
treef0b7999af8b8df672ef8b32eead12396e7e11022 /chapter06/makedev-exp.xml
parentcb33ea82fe0338e3854a50bb252cbdc818679b36 (diff)
Applied Alex\'s grammar patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r--chapter06/makedev-exp.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml
index 95e0242d0..aa8e4b05d 100644
--- a/chapter06/makedev-exp.xml
+++ b/chapter06/makedev-exp.xml
@@ -2,11 +2,12 @@
<title>Command explanations</title>
<para><userinput>./MAKEDEV -v generic:</userinput> This creates a whole
-bunch of generic devices. Normally, these 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;.
-The <userinput>generic-nopty</userinput> option does a similar job, but skips
-some devices which are not needed if you are using devpts.</para>
+bunch of devices. Normally, these are all the devices you will need. But it
+is possible that some special devices needed for your hardware configuration
+are missing. Create these with ./MAKEDEV -v &lt;device&gt;.
+The <userinput>generic-nopty</userinput> option mostly creates the same
+devices as <userinput>generic-nopty</userinput>, but skips those that aren't
+needed if you are using devpts.</para>
</sect2>