diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-06 00:01:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-06 00:01:40 +0000 |
commit | 9922b2698cdc90aeab540a995d4e698d63121c4d (patch) | |
tree | a0b2e7f1d2de44c7e604c6062394346969c68132 /chapter06/makedev-inst.xml | |
parent | 2296bd1cd886ce6d8fe4dcdff99989c05930a42f (diff) |
tag + typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r-- | chapter06/makedev-inst.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index b86622643..169c7e144 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -26,10 +26,11 @@ 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 devpts, pass the +<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 pty devices so that devpts can manage them itself.</para> +the creation of <emphasis>pty</emphasis> devices so that +<emphasis>devpts<emphasis> can manage those.</para> </sect2> |