diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 01:52:45 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-06 01:52:45 +0000 |
commit | 0650a034c7e52baff673f12e0abfacfce8079fc2 (patch) | |
tree | d0dd9054e5733c5b16c0e29d3ae4865ae7e1176a /chapter06 | |
parent | e7e559020fbfcd06854e79e664a6bc7632a373b6 (diff) |
Minor typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/makedev-inst.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index 4f82d0694..cac1d0fea 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -15,7 +15,7 @@ chmod 754 /dev/MAKEDEV</userinput></screen></para> <para>Run the script to create the device files:</para> <para><screen><userinput>cd /dev -./MAKEDEV -v generic</userinput></screen></para> +./MAKEDEV -v generic-nopty</userinput></screen></para> <para>If a device you need is missing, try running <userinput>./MAKEDEV -v <device></userinput>. Alternatively, you may @@ -23,11 +23,5 @@ create devices via the <emphasis>mknod</emphasis> program. Please refer to the man and info pages of <emphasis>mknod</emphasis> if you need more information.</para> -<para>If you intend to use <emphasis>devpts</emphasis>, pass the -<userinput>generic-nopty</userinput> option to <filename>MAKEDEV</filename>. -This creates the same devices as <userinput>generic</userinput>, but it skips -the creation of <emphasis>pty</emphasis> devices so that -<emphasis>devpts</emphasis> can manage those.</para> - </sect2> |