Author: bdubbs
Date: 2012-09-01 10:04:00 -0600 (Sat, 01 Sep 2012)
New Revision: 9977
Modified:
tags/7.2/chapter06/coreutils.xml
tags/7.2/chapter06/glibc.xml
trunk/BOOK/chapter06/coreutils.xml
trunk/BOOK/chapter06/glibc.xml
Log:
Formatting fixes for pdf line overflow
Modified: tags/7.2/chapter06/coreutils.xml
===================================================================
--- tags/7.2/chapter06/coreutils.xml 2012-09-01 15:32:17 UTC (rev 9976)
+++ tags/7.2/chapter06/coreutils.xml 2012-09-01 16:04:00 UTC (rev 9977)
@@ -106,7 +106,8 @@
<para>Now run the tests. Make sure the PATH in the
<userinput>su</userinput>
environment includes /tools/bin.</para>
-<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make
RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
+<screen><userinput remap="test">su nobody -s /bin/bash \
+ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check ||
true"</userinput></screen>
<para>Remove the temporary group:</para>
Modified: tags/7.2/chapter06/glibc.xml
===================================================================
--- tags/7.2/chapter06/glibc.xml 2012-09-01 15:32:17 UTC (rev 9976)
+++ tags/7.2/chapter06/glibc.xml 2012-09-01 16:04:00 UTC (rev 9977)
@@ -333,17 +333,20 @@
<para>Install timezone data:</para>
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
-mkdir -pv /usr/share/zoneinfo/{posix,right}
+ZONEINFO=/usr/share/zoneinfo
+mkdir -pv $ZONEINFO/{posix,right}
-for tz in etcetera southamerica northamerica europe africa antarctica \
- asia australasia backward pacificnew solar87 solar88 solar89
systemv; do
- zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh"
${tz}
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh"
${tz}
- zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
+for tz in etcetera southamerica northamerica europe africa antarctica \
+ asia australasia backward pacificnew solar87 solar88 solar89 \
+ systemv; do
+ zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz}
+ zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
+ zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
done
-cp -v zone.tab iso3166.tab /usr/share/zoneinfo
-zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
+cp -v zone.tab iso3166.tab $ZONEINFO
+zic -d $ZONEINFO -p America/New_York
+unset ZONEINFO</userinput></screen>
<variablelist>
<title>The meaning of the zic commands:</title>
Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml 2012-09-01 15:32:17 UTC (rev 9976)
+++ trunk/BOOK/chapter06/coreutils.xml 2012-09-01 16:04:00 UTC (rev 9977)
@@ -106,7 +106,8 @@
<para>Now run the tests. Make sure the PATH in the
<userinput>su</userinput>
environment includes /tools/bin.</para>
-<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make
RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
+<screen><userinput remap="test">su nobody -s /bin/bash \
+ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check ||
true"</userinput></screen>
<para>Remove the temporary group:</para>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2012-09-01 15:32:17 UTC (rev 9976)
+++ trunk/BOOK/chapter06/glibc.xml 2012-09-01 16:04:00 UTC (rev 9977)
@@ -333,17 +333,20 @@
<para>Install timezone data:</para>
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
-mkdir -pv /usr/share/zoneinfo/{posix,right}
+ZONEINFO=/usr/share/zoneinfo
+mkdir -pv $ZONEINFO/{posix,right}
-for tz in etcetera southamerica northamerica europe africa antarctica \
- asia australasia backward pacificnew solar87 solar88 solar89
systemv; do
- zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh"
${tz}
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh"
${tz}
- zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
+for tz in etcetera southamerica northamerica europe africa antarctica \
+ asia australasia backward pacificnew solar87 solar88 solar89 \
+ systemv; do
+ zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz}
+ zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
+ zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
done
-cp -v zone.tab iso3166.tab /usr/share/zoneinfo
-zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
+cp -v zone.tab iso3166.tab $ZONEINFO
+zic -d $ZONEINFO -p America/New_York
+unset ZONEINFO</userinput></screen>
<variablelist>
<title>The meaning of the zic commands:</title>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page