diff options
-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 5bcbddb38..f463cb679 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -255,7 +255,7 @@ will output the name of the time zone (e.g., Then create the <filename>/etc/localtime</filename> file by running:</para> -<screen role="nodump"><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[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 |