aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/setclock.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
commit673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch)
tree129e27a1450727b440da4378e0117a468eb9c25e /chapter07/setclock.xml
parent287ea55da70ceb1f0990554b7db921d525fef816 (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/setclock.xml')
-rw-r--r--chapter07/setclock.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml
index 5030b170d..5ebdfdc76 100644
--- a/chapter07/setclock.xml
+++ b/chapter07/setclock.xml
@@ -1,9 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
<sect1 id="ch-scripts-setclock">
<title>Configuring the setclock script</title>
-<?dbhtml filename="setclock.html" dir="chapter07"?>
+<?dbhtml filename="setclock.html"?>
-<para>This setclock script reads the time from your hardware clock (also
-known as BIOS or CMOS clock) and either converts that time to localtime
+<indexterm zone="ch-scripts-setclock">
+<primary sortas="d-setclock">setclock</primary>
+<secondary>configuring</secondary></indexterm>
+
+<para>This setclock script reads the time from your hardware clock, also
+known as BIOS or CMOS (Complementry Metal-Oxide Semiconductor) clock, and either converts that time to localtime
using the <filename>/etc/localtime</filename> file (if the hardware clock
is set to GMT) or not (if the hardware clock is already set to localtime).
There is no way to auto-detect whether the hardware clock is set to GMT or
@@ -30,4 +39,3 @@ It explains issues such as time zones, UTC, and the TZ environment
variable.</para>
</sect1>
-