aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-22 09:32:12 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-22 09:32:12 +0000
commitb3adaba4a1a7ef6e2bbc15d922543fd7bc2277dc (patch)
tree417b2da8c67fb2399c552f7079aec0c3c9777246 /chapter06
parent1a73ed411ef9feadd594061ca1f2d9e906bbc7d2 (diff)
Tiny whitespace fixups within build commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml2
-rw-r--r--chapter06/config-glibc.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 07a4ca204..300f41ab6 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -145,7 +145,7 @@ password file has been created.</para>
a directory tree. Issuing the following commands will create a more or less
standard tree:</para>
-<screen><userinput>mkdir -p /{bin,boot,dev/{pts,shm},etc/opt,home,lib,mnt,proc}
+<screen><userinput>mkdir -p /{bin,boot,dev/{pts,shm},etc/opt,home,lib,mnt,proc}
mkdir -p /{root,sbin,tmp,usr/local,var,opt}
for dirname in /usr /usr/local
&nbsp;&nbsp;&nbsp;&nbsp;do
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml
index 0926f560a..e92a7caf5 100644
--- a/chapter06/config-glibc.xml
+++ b/chapter06/config-glibc.xml
@@ -41,7 +41,7 @@ output the name of your time zone, something like <emphasis>EST5EDT</emphasis>
or <emphasis>Canada/Eastern</emphasis>. Then create the
<filename>/etc/localtime</filename> file by running:</para>
-<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen>
+<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime</userinput></screen>
<para>The meaning of the option:</para>