diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2010-07-03 04:00:48 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2010-07-03 04:00:48 +0000 |
commit | bb729e46621d8875d8a804f171363bd25d0e9b0c (patch) | |
tree | 18cdca93c5d50a7fe262ae0705b0bf32091b95e9 | |
parent | f29ec506239643daa0d412571c8ce7a7351cd6ad (diff) | |
download | ntp-bb729e46621d8875d8a804f171363bd25d0e9b0c.tar.gz |
Fix type in ntpdate man page (closes: #566621)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@316 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
-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 |