diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-08 20:21:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-08 20:21:11 +0000 |
commit | a3b689f29d29dc318725594fe9b08d1482212ff8 (patch) | |
tree | a02b86c5f4e69ea9a409c8465e00c1a5622f5ec9 /chapter07 | |
parent | c8c2b89ebfebdbc1a7f1ab6c27029c90aa38537c (diff) |
Trailing spaces clean-up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |