summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-07-07 02:16:08 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-07-07 02:16:08 +0000
commitb3a0d153be19bbd6acfa85a5512d2d7a5784133a (patch)
tree092851c68f6a100c0b70ec2ac83c5d861a7e4e58
parent64411a98bb8142a4940cc960b80bb456feb7efd7 (diff)
servers can be given as hostnames now
-rw-r--r--usr.sbin/ntpd/ntpd.conf.55
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5
index 99ad3af38de..cb995ebee2e 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.1 2004/06/18 04:11:24 henning Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.2 2004/07/07 02:16:07 henning Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@@ -38,11 +38,12 @@ Can appear multiple times,
.Ar ntpd
will listen on each given address.
.It Ar server
-Specify the IP address of a
+Specify the IP address or the hostname of a
.Ar ntp
server to syncronize to.
.Bd -literal -offset indent
server 10.0.0.2
+server pool.ntp.org
.Ed
.El
.Sh FILES