summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-05-27 17:01:37 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-05-27 17:01:37 +0000
commit9d6892904293d9770e32e5c4093633a673b5574e (patch)
tree77bf752e76ac36dda80238e89ed87070dc96437b /usr.sbin
parent954bd17cbd282d896c77f38d0772b325d0081e00 (diff)
document timedelat sensors. ok deraadt
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntpd/ntpd.conf.527
1 files changed, 24 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5
index 4a571200b31..e048bb754c4 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.10 2006/05/23 14:29:16 henning Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.11 2006/05/27 17:01:36 henning Exp $
.\"
.\" Copyright (c) 2003, 2004 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 June 17, 2004
+.Dd May 26, 2006
.Dt NTPD.CONF 5
.Os
.Sh NAME
@@ -57,6 +57,26 @@ or
listen on 127.0.0.1
listen on ::1
.Ed
+.It Ic sensor Ar device
+Specify a timedelta sensor device
+.Xr ntpd 8
+should use.
+Can be specified multiple times,
+.Xr ntpd 8
+will use each given sensor that actually exists.
+Nonexistant sensors are ignored.
+If
+.Sq *
+is given as device name,
+.Xr ntpd 8
+will use all timedelta sensors it finds.
+.Xr ntpd 8
+does not use any timedelta sensor by default.
+For example:
+.Bd -literal -offset indent
+sensor *
+sensor udcf0
+.Ed
.It Ic server Ar address
Specify the IP address or the hostname of an NTP
server to synchronize to.
@@ -102,7 +122,8 @@ default
configuration file
.El
.Sh SEE ALSO
-.Xr ntpd 8
+.Xr ntpd 8 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm