diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-12 10:14:10 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-12 10:14:10 +0000 |
commit | 893d40b3457f83807e6fb4bf6f786f29e5a8c8a1 (patch) | |
tree | 8a9003f8a0b783f2bfa7901f0872c7f86a5ad92e /chapter06 | |
parent | 4d296ce81292cfca0fd37284f834638f855e09c2 (diff) |
Removed a nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6996 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 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 |