mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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:
parent
2ebc0d98fe
commit
aa6434ae9a
@ -346,7 +346,7 @@ unset ZONEINFO</userinput></screen>
|
|||||||
<para>Then create the <filename>/etc/localtime</filename> file by
|
<para>Then create the <filename>/etc/localtime</filename> file by
|
||||||
running:</para>
|
running:</para>
|
||||||
|
|
||||||
<screen><userinput>ln -s /etc/localtime /usr/share/zoneinfo/<replaceable><xxx></replaceable></userinput></screen>
|
<screen><userinput>ln -sv /usr/share/zoneinfo/<replaceable><xxx></replaceable> /etc/localtime</userinput></screen>
|
||||||
|
|
||||||
<para>Replace <replaceable><xxx></replaceable> with the name of the
|
<para>Replace <replaceable><xxx></replaceable> with the name of the
|
||||||
time zone selected (e.g., Canada/Eastern).</para>
|
time zone selected (e.g., Canada/Eastern).</para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SYSTEMD-20130304">
|
<!ENTITY version "SYSTEMD-20130306">
|
||||||
<!ENTITY releasedate "March 4, 2013">
|
<!ENTITY releasedate "March 6, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user