summaryrefslogtreecommitdiff
path: root/debian/man
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-11 14:38:52 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-11 14:38:52 +0000
commit50fed1c1539fa8ce28541389698f74697f3db9e2 (patch)
tree91e64458fbf57439415ba457c45e7656e705047a /debian/man
parent682ad7a9c0301beeb0202d44f9408975e5d95dd6 (diff)
downloadntp-50fed1c1539fa8ce28541389698f74697f3db9e2.tar.gz
* Added script ntpdate-debian. This is identical to ntpdate but reads
/etc/default/ntpdate automatically, allowing for centralized configuration. (closes: #147590, #372119, #392098) * Moved ntp.conf parsing logic to ntpdate-debian (closes: #392325) * Redirect error output of ntpdate.ifup to /dev/null (closes: #391819) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@120 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/man')
-rw-r--r--debian/man/ntpdate-debian.828
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/man/ntpdate-debian.8 b/debian/man/ntpdate-debian.8
new file mode 100644
index 0000000..591d5ad
--- /dev/null
+++ b/debian/man/ntpdate-debian.8
@@ -0,0 +1,28 @@
+.TH ntpdate-debian 8
+.SH NAME
+ntpdate-debian \- set the date and time via NTP
+.SH SYNOPSIS
+.B ntpdate-debian
+.RB [\| \-bBdoqsuv \|]
+.RB [\| \-a
+.IR key \|]
+.RB [\| \-e
+.IR authdelay \|]
+.RB [\| \-k
+.IR keyfile \|]
+.RB [\| \-o
+.IR version \|]
+.RB [\| \-p
+.IR samples \|]
+.RB [\| \-t
+.IR timeout \|]
+.SH DESCRIPTION
+.B ntpdate-debian
+is identical to
+.BR ntpdate (8)
+except that it uses the configuration in
+.I /etc/default/ntpdate
+by default.
+.B ntpdate
+sets the local date and time by polling Network Time
+Protocol (NTP) servers.