diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/network.xml | 2 | ||||
-rw-r--r-- | chapter07/symlinks.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index b0552eadf..7df7ae82e 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -86,7 +86,7 @@ Udev will assign to this interface.</para> </listitem> </itemizedlist> - + <para>The value of <literal>NAME</literal> is the important part. Make sure you know which name has been assigned to each of your network cards before proceeding, and be sure to use that <literal>NAME</literal> value when diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 317153d30..c842427d1 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -83,7 +83,7 @@ <filename class="directory">/dev</filename> directory into the LFS system, and we assume the symlinks exist on the host. The rules and symlinks will be created the first time you boot your LFS system.</para> - + <para>However, if you have multiple CD-ROM devices, then the symlinks generated at that time may point to different devices than they point to on your host, because devices are not discovered in a predictable order. The @@ -144,7 +144,7 @@ EOF</userinput></screen> rule to cat on only one line. (The shell ignores this sequence because the EOF string used in the here-document redirection is not enclosed in either double or single quotes. For more details, see the bash(1) - manpage, and search it for "Here Documents".)</para> + manpage, and search it for "Here Documents".)</para> <para>If modifying Udev rules with an editor, be sure to leave each rule on one physical line.</para> </note> |