diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-27 17:05:53 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-27 17:05:53 +0000 |
commit | 8213887efe887207cfa3c3eeba961109b03e1294 (patch) | |
tree | dcb6fbddef9c67275a1f77ef693f3733ea2a9d60 /usr.sbin | |
parent | 8eeda158870bb39f7d96448e633200f601ede9e4 (diff) |
ntpd does timedelta sensors now too
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index 47a9ad78e9c..5d5911e4031 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ntpd.8,v 1.14 2005/06/21 19:55:18 deraadt Exp $ +.\" $OpenBSD: ntpd.8,v 1.15 2006/05/27 17:05:52 henning Exp $ .\" -.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> +.\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -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 July 9, 2004 +.Dd May 26, 2006 .Dt NTPD 8 .Os .Sh NAME @@ -29,8 +29,10 @@ .Sh DESCRIPTION The .Nm -daemon synchronizes the local clock to one or more remote NTP servers, -and can also act as an NTP server itself, +daemon synchronizes the local clock to one or more remote NTP servers +or local timedelta sensors. +.Nm +can also act as an NTP server itself, redistributing the local time. It implements the Simple Network Time Protocol version 4, as described in RFC 2030, |