diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 18:07:45 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 18:07:45 +0000 |
commit | ff38e7078bf246dc411c6fb0b907dbc145fdc34d (patch) | |
tree | f06966b663a6311ae1ae06b2361c03f7c2032e7e /chapter06 | |
parent | 81aee91331f2d6c92094d1f312a96cf851da0127 (diff) |
Fixed small typo in chap6 glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 048acd484..0003d9c6c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -276,7 +276,7 @@ EOF</userinput></screen> <emphasis>Canada/Eastern</emphasis>). Then create the <filename>/etc/localtime</filename> file by running:</para> -<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>$lt;xxx></replaceable> \ +<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable><xxx></replaceable> \ /etc/localtime</userinput></screen> <para>Replace <replaceable><xxx></replaceable> with the name of the time zone |