diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/man/ntpdate.8 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 82685e3..9f9b779 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ntp (1:4.2.6.p1+dfsg-2) UNRELEASED; urgency=low * Update command options section in ntp.conf(5) man page, drop "dynamic" option (closes: #553976, #439734) * Document ntpd -I option and ntp.conf interface command (closes: #506389) + * Fix type in ntpdate man page (closes: #566621) -- Peter Eisentraut <petere@debian.org> Fri, 02 Jul 2010 23:54:22 -0400 diff --git a/debian/man/ntpdate.8 b/debian/man/ntpdate.8 index 24c44c6..69178d4 100644 --- a/debian/man/ntpdate.8 +++ b/debian/man/ntpdate.8 @@ -71,7 +71,7 @@ default is to step the time using settimeofday() if the offset is greater than +-128 ms. Note that, if the offset is much greater than +-128 ms in this case, that it can take a long time (hours) to slew the clock to the correct value. During -this time. the host should not be used to synchronize clients. +this time, the host should not be used to synchronize clients. .TP .B \-b Force the time to be stepped using the settimeofday() system |