diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-22 11:11:54 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-22 11:11:54 +0000 |
commit | edfd3b5871c55272c1f4f4ada81deafc51899bd9 (patch) | |
tree | c6e1c11dc9e76f4ec10c401415d861628f3b0b0e /usr.sbin/ntpd/ntpd.8 | |
parent | 997334071aae6c3cf6a8239a5f4b9a4f20abba33 (diff) |
Document /var/db/ntpd.drift; ok jmc@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.8')
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index 5d5911e4031..2260a7f4b4f 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.15 2006/05/27 17:05:52 henning Exp $ +.\" $OpenBSD: ntpd.8,v 1.16 2006/06/22 11:11:53 otto Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org> .\" @@ -102,11 +102,15 @@ before starting .Nm . .El .Sh FILES -.Bl -tag -width "/etc/ntpd.confXXX" -compact +.Bl -tag -width "/var/db/ntpd.driftXXX" -compact .It Pa /etc/ntpd.conf default .Nm configuration file +.It Pa /var/db/ntpd.drift +drift file, written by +.Nm +periodically and used at startup to get the initial clock drift .El .Sh SEE ALSO .Xr date 1 , |