aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r--chapter06/config-glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml
index b2939e5d6..cfb1ae441 100644
--- a/chapter06/config-glibc.xml
+++ b/chapter06/config-glibc.xml
@@ -64,7 +64,7 @@ The symlink you'd create with that information would be:
</para>
<blockquote><literallayout>
- <userinput>ln -s ../usr/share/zoneinfo/EST5EDT localtime</userinput>
+ <userinput>ln -sf ../usr/share/zoneinfo/EST5EDT localtime</userinput>
</literallayout></blockquote>
<para>
@@ -72,7 +72,7 @@ Or:
</para>
<blockquote><literallayout>
- <userinput>ln -s ../usr/share/zoneinfo/Canada/Eastern localtime
+ <userinput>ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime
</userinput>
</literallayout></blockquote>