From d8e805cbfb6c7a5583f12351d745ee91890ebd17 Mon Sep 17 00:00:00 2001 From: henning <> Date: Wed, 7 Jul 2004 02:16:07 +0000 Subject: [PATCH] servers can be given as hostnames now --- src/usr.sbin/ntpd/ntpd.conf.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/ntpd.conf.5 b/src/usr.sbin/ntpd/ntpd.conf.5 index 99ad3af3..cb995ebe 100644 --- a/src/usr.sbin/ntpd/ntpd.conf.5 +++ b/src/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 .\" @@ -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