summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.conf.5
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-10-08 22:53:34 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-10-08 22:53:34 +0000
commitb29db7291c1ecef2e19f2582a2eebec69a25e687 (patch)
treeb36f8a3b7ceef724e2dc642ed1f476c7f1c163a5 /usr.sbin/ntpd/ntpd.conf.5
parent752a2149aff39629177b49e497cae814ca6592e8 (diff)
use 'weight-value' vs. 'offset' for the weight argument;
ok jmc@ henning@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.conf.5')
-rw-r--r--usr.sbin/ntpd/ntpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5
index ddbc69f2d2d..27228a1cded 100644
--- a/usr.sbin/ntpd/ntpd.conf.5
+++ b/usr.sbin/ntpd/ntpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ntpd.conf.5,v 1.14 2006/05/29 20:39:41 jmc Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.15 2006/10/08 22:53:33 stevesk Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@@ -71,7 +71,7 @@ listen on 127.0.0.1
listen on ::1
.Ed
.It Xo Ic sensor Ar device
-.Op Ic weight Ar offset
+.Op Ic weight Ar weight-value
.Xc
Specify a timedelta sensor device
.Xr ntpd 8
@@ -93,7 +93,7 @@ sensor *
sensor udcf0
.Ed
.It Xo Ic server Ar address
-.Op Ic weight Ar offset
+.Op Ic weight Ar weight-value
.Xc
Specify the IP address or the hostname of an NTP
server to synchronize to.
@@ -117,7 +117,7 @@ To provide redundancy, it is good practice to configure multiple servers.
In general, best accuracy is obtained by using servers that have a low
network latency.
.It Xo Ic servers Ar address
-.Op Ic weight Ar offset
+.Op Ic weight Ar weight-value
.Xc
As with
.Cm server ,