mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Minor typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e7e559020f
commit
0650a034c7
@ -82,9 +82,13 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 5th, 2003 [jeremy]: Chapter 6 - Makedev:
|
||||
Changed the default device creation to generic-nopty, because we now use devpts
|
||||
by default.</para></listitem>
|
||||
|
||||
<listitem><para>September 5th, 2003 [jeremy]: Chapter 6 - GCC:
|
||||
Corrected wording to reflect the removal of the /usr/lib/cpp symlink
|
||||
</listitem></para>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 5th, 2003 [jeremy]: Corrected perl libc patch to -2,
|
||||
changing the old /stage1 structure to /tools</para></listitem>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user