Author: matthew
Date: Tue Mar  5 23:50:48 2013
New Revision: 10196

Log:
Fix typo in Glibc instructions.

Modified:
   branches/systemd/BOOK/chapter06/glibc.xml
   branches/systemd/BOOK/general.ent

Modified: branches/systemd/BOOK/chapter06/glibc.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/glibc.xml   Mon Mar  4 15:01:15 2013        
(r10195)
+++ branches/systemd/BOOK/chapter06/glibc.xml   Tue Mar  5 23:50:48 2013        
(r10196)
@@ -346,7 +346,7 @@
     <para>Then create the <filename>/etc/localtime</filename> file by
     running:</para>
 
-<screen><userinput>ln -s /etc/localtime 
/usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
+<screen><userinput>ln -sv 
/usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> 
/etc/localtime</userinput></screen>
 
     <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     time zone selected (e.g., Canada/Eastern).</para>

Modified: branches/systemd/BOOK/general.ent
==============================================================================
--- branches/systemd/BOOK/general.ent   Mon Mar  4 15:01:15 2013        (r10195)
+++ branches/systemd/BOOK/general.ent   Tue Mar  5 23:50:48 2013        (r10196)
@@ -1,5 +1,5 @@
-<!ENTITY version "SYSTEMD-20130304">
-<!ENTITY releasedate "March 4, 2013">
+<!ENTITY version "SYSTEMD-20130306">
+<!ENTITY releasedate "March 6, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to