Fix typo in Glibc instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-06 07:50:48 +00:00
parent 2ebc0d98fe
commit aa6434ae9a
2 changed files with 3 additions and 3 deletions

View File

@ -346,7 +346,7 @@ unset ZONEINFO</userinput></screen>
<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>

View File

@ -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}]" -->