diff --git a/appendices/glossary.xml b/appendices/glossary.xml
index 12b51dc052..042c63d9dd 100644
--- a/appendices/glossary.xml
+++ b/appendices/glossary.xml
@@ -319,6 +319,9 @@ otherterm="gSMB">SMB
NFS
Network File System
+NTP
+Network Time Protocol
+
OAF
Object Activation Framework
diff --git a/basicnet/netprogs/ntp/ntp-config.xml b/basicnet/netprogs/ntp/ntp-config.xml
index c6b16d28c9..bca6456068 100644
--- a/basicnet/netprogs/ntp/ntp-config.xml
+++ b/basicnet/netprogs/ntp/ntp-config.xml
@@ -1,5 +1,5 @@
-Configuring NTP
+Configuring NTP
Config files
/etc/ntp.conf
@@ -10,7 +10,8 @@
The following configuration file defines various NTP
servers to use with the primary server designated with the prefer tag. It also
creates a drift file where ntpd stores the frequency
-offset. Since the documentation included with the package is sparse, visit the NTP website at
+offset. Since the documentation included with the package is sparse,
+visit the NTP website at
for more information.
server time-a.nist.gov prefer
@@ -29,6 +30,7 @@ and update the time each time ntpd is scheduled.
If you choose Option one, then create the bootscript
/etc/rc.d/init.d/ntp and put the start and
stop symlinks:
+
#!/bin/bash
# Begin $rc_base/init.d/ntp
source /etc/sysconfig/rc
@@ -64,4 +66,3 @@ the root's crontab:
-
diff --git a/basicnet/netprogs/ntp/ntp-desc.xml b/basicnet/netprogs/ntp/ntp-desc.xml
index 762954ca28..0526dfd5a3 100644
--- a/basicnet/netprogs/ntp/ntp-desc.xml
+++ b/basicnet/netprogs/ntp/ntp-desc.xml
@@ -1,31 +1,59 @@
Contents
-The NTP package contains NTP protocol client
-and server.
+The NTP package
+contains ntp-wait, ntptrace,
+ntpd, ntpdate,
+ntpdc, ntpq,
+ntptime, tickadj and
+ntp-keygen.
Description
-ntpd:
-NTP daemon that runs in the background and keeps the date/time synchronized
-based on response from configured NTP servers. It also functions as a NTP
-server.
+ntp-wait
+ntp-wait is useful at boot time, to delay the
+boot sequence until ntpd has set the
+time.
-ntpdate:
-NTP Client program that sets the date/time based on the response from
-an NTP Server. This command is deprecated.
+ntptrace
+ntptrace traces a chain of
+NTP servers back to the primary source.
-ntp-genkeys:
-This program generates cryptographic data files used by the NTPv4
-authentication and identification schemes. a ARPANET file transfer client.
+ntpd
+ntpd is a NTP daemon that runs in the
+background and keeps the date and time synchronized based on response
+from configured NTP servers. It also functions as a
+NTP server.
-ntpdc and ntpq:
-Programs to query and set ntpd configuration.
+ntpdate
+ntpdate is a client program that sets the date
+and time based on the response from an NTP server.
+This command is deprecated.
-ntptrace:
-Trace a chain of NTP servers back to the primary source.
+ntpdc
+ntpdc is used to query the
+NTP daemon about its current state and to request
+changes in that state.
+
+ntpq
+ntpq is an utility program used to monitor
+ntpd operations and determine
+performance.
+
+ntptime
+ntptime reads and displays time-related
+kernel variables.
+
+tickadj
+tickadj reads, and optionally modifies,
+several timekeeping-related variables in older kernels that do not have
+support for precision timekeeping.
+
+ntp-keygen
+ntp-keygen generates cryptographic data files
+used by the NTPv4 authentication and identification
+schemes.
-
diff --git a/basicnet/netprogs/ntp/ntp-inst.xml b/basicnet/netprogs/ntp/ntp-inst.xml
index bf0c68f3c7..a84cb9143e 100644
--- a/basicnet/netprogs/ntp/ntp-inst.xml
+++ b/basicnet/netprogs/ntp/ntp-inst.xml
@@ -1,7 +1,7 @@
-Installation of NTP
+Installation of NTP
-Install NTP by running the following
+Install NTP by running the following
commands:
./configure --prefix=/usr &&
@@ -9,4 +9,3 @@ make &&
make install
-
diff --git a/basicnet/netprogs/ntp/ntp-intro.xml b/basicnet/netprogs/ntp/ntp-intro.xml
index 01ff8b5b37..c101fb4aa9 100644
--- a/basicnet/netprogs/ntp/ntp-intro.xml
+++ b/basicnet/netprogs/ntp/ntp-intro.xml
@@ -1,9 +1,9 @@
-Introduction to NTP
+Introduction to NTP
-The NTP package contains a client and server
+The NTP package contains a client and server
to keep the time synchronized between various computers over a network.
-This package is the official reference implementation of the NTP protocol.
+This package is the official reference implementation of the NTP protocol.
Package information
@@ -14,10 +14,9 @@ This package is the official reference implementation of the NTP protocol.Estimated build time: &ntp-time;
-NTP dependencies
+NTP dependencies
Optional
-
+ and
-
diff --git a/basicnet/netprogs/ntp/ntp.ent b/basicnet/netprogs/ntp/ntp.ent
index 86e0c4bcd4..14b98b2eb2 100644
--- a/basicnet/netprogs/ntp/ntp.ent
+++ b/basicnet/netprogs/ntp/ntp.ent
@@ -3,9 +3,9 @@
-
+
-
-
-
+
+
+
diff --git a/index.xml b/index.xml
index a4b8a66735..7ec13b3a6b 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
-
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 65cd58da7f..69de35047a 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -11,6 +11,9 @@ who wrote what.
+November 17th, 2003 [igor]: Updated to
+NTP-4.2.0.
+
November 16th, 2003 [igor]: Updated to
FFmpeg-0.4.8 and MPlayer-1.0pre2.