diff options
Diffstat (limited to 'chapter07/clock.xml')
-rw-r--r-- | chapter07/clock.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/clock.xml b/chapter07/clock.xml index 7e6a91610..1c9542166 100644 --- a/chapter07/clock.xml +++ b/chapter07/clock.xml @@ -36,7 +36,7 @@ <para>Create the <filename>/etc/adjtime</filename> file with the following contents if your hardware clock is set to local time:</para> -<screen role="nodump"><userinput>cat > /etc/adjtime << "EOF" +<screen><userinput>cat > /etc/adjtime << "EOF" <literal>0.0 0 0.0 0 LOCAL</literal> |