Simplify example constraints URL to reduce load on the server side.
authordtucker <dtucker@openbsd.org>
Mon, 18 May 2015 11:10:03 +0000 (11:10 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 18 May 2015 11:10:03 +0000 (11:10 +0000)
ok henning@, reyk@

etc/examples/ntpd.conf
usr.sbin/ntpd/ntpd.conf.5

index 2446fc7..f362e52 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: ntpd.conf,v 1.2 2015/02/10 06:40:08 reyk Exp $
+# $OpenBSD: ntpd.conf,v 1.3 2015/05/18 11:10:03 dtucker Exp $
 # sample ntpd configuration file, see ntpd.conf(5)
 
 # Addresses to listen on (ntpd does not listen by default)
@@ -18,4 +18,4 @@ servers pool.ntp.org
 #sensor *
 
 # get the time constraint from a well-known HTTPS site
-#constraints from "https://www.google.com/search?q=openntpd"
+#constraints from "https://www.google.com/"
index 54910c6..82b7e30 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ntpd.conf.5,v 1.30 2015/03/26 20:34:54 jmc Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.31 2015/05/18 11:10:03 dtucker 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 $Mdocdate: March 26 2015 $
+.Dd $Mdocdate: May 18 2015 $
 .Dt NTPD.CONF 5
 .Os
 .Sh NAME
@@ -212,7 +212,7 @@ will calculate a median constraint from all of them.
 For example:
 .Bd -literal -offset indent
 servers pool.ntp.org
-constraints from "https://www.google.com/search?q=openntpd"
+constraints from "https://www.google.com/"
 .Ed
 .El
 .Sh FILES