mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
064222a4c6
commit
7bfe7dffd8
@ -174,7 +174,7 @@ EOF</userinput></screen>
|
|||||||
it would be using the first 28 bits. Prefixes longer than 24 bits are
|
it would be using the first 28 bits. Prefixes longer than 24 bits are
|
||||||
commonly used by DSL and cable-based Internet Service Providers (ISPs).
|
commonly used by DSL and cable-based Internet Service Providers (ISPs).
|
||||||
In this example (PREFIX=24), the netmask is 255.255.255.0. Adjust the
|
In this example (PREFIX=24), the netmask is 255.255.255.0. Adjust the
|
||||||
<envar>PREFIX</envar> variable according to your specific subnet.i
|
<envar>PREFIX</envar> variable according to your specific subnet.
|
||||||
If omitted, the PREFIX defaults to 24.</para>
|
If omitted, the PREFIX defaults to 24.</para>
|
||||||
|
|
||||||
<para>For more information see the <command>ifup</command> man page.</para>
|
<para>For more information see the <command>ifup</command> man page.</para>
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
any words in this file other than comments are considered subsystem names
|
any words in this file other than comments are considered subsystem names
|
||||||
to trigger at retry time. To find the subsystem of a device, use
|
to trigger at retry time. To find the subsystem of a device, use
|
||||||
<command>udevadm info --attribute-walk <device></command> where
|
<command>udevadm info --attribute-walk <device></command> where
|
||||||
<device> is a an absolure path in /dev or /sys such as /dev/sr0 or
|
<device> is a an absolute path in /dev or /sys such as /dev/sr0 or
|
||||||
/sys/class/rtc.</para>
|
/sys/class/rtc.</para>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
||||||
|
|
||||||
<para>It is also a good idea to create a file to show the status of your
|
<para>It is also a good idea to create a file to show the status of your
|
||||||
new system with resopect to the Linux Standards Base (LSB). To create
|
new system with respect to the Linux Standards Base (LSB). To create
|
||||||
this file, run:</para>
|
this file, run:</para>
|
||||||
|
|
||||||
<screen><userinput>cat > /etc/lsb-release << "EOF"
|
<screen><userinput>cat > /etc/lsb-release << "EOF"
|
||||||
|
Loading…
Reference in New Issue
Block a user