diff options
author | 2009-01-31 15:34:25 +0000 | |
---|---|---|
committer | 2009-01-31 15:34:25 +0000 | |
commit | d02ba83358926bfa000cf1c3f2348ba673343d4b (patch) | |
tree | 0cb2dae676546f759665f73b8271d9358b81e646 | |
parent | Implement buf_left() to make some some more buffer handling easier. (diff) | |
download | wireguard-openbsd-d02ba83358926bfa000cf1c3f2348ba673343d4b.tar.xz wireguard-openbsd-d02ba83358926bfa000cf1c3f2348ba673343d4b.zip |
adjtime has been logged at 32ms and greater for 2.5 years now.
ok henning@ jmc@
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index 8bca44f0d68..c24330279e3 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.25 2008/09/28 20:19:51 deraadt Exp $ +.\" $OpenBSD: ntpd.8,v 1.26 2009/01/31 15:34:25 stevesk Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 28 2008 $ +.Dd $Mdocdate: January 31 2009 $ .Dt NTPD 8 .Os .Sh NAME @@ -74,7 +74,7 @@ to send DEBUG priority messages to syslog. uses the .Xr adjtime 2 system call to correct the local system time without causing time jumps. -Adjustments larger than 128ms are logged using +Adjustments of 32ms and greater are logged using .Xr syslog 3 . The threshold value is chosen to avoid having local clock drift thrash the log files. |