Browse Source

Simplify example constraints URL to reduce load on the server side.

ok henning@, reyk@
OPENBSD_5_8
dtucker 9 years ago
parent
commit
9ad1e9d76e
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      src/etc/examples/ntpd.conf
  2. +3
    -3
      src/usr.sbin/ntpd/ntpd.conf.5

+ 2
- 2
src/etc/examples/ntpd.conf View 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) # sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default) # Addresses to listen on (ntpd does not listen by default)
@ -18,4 +18,4 @@ servers pool.ntp.org
#sensor * #sensor *
# get the time constraint from a well-known HTTPS site # 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/"

+ 3
- 3
src/usr.sbin/ntpd/ntpd.conf.5 View 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> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\" .\"
@ -14,7 +14,7 @@
.\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt NTPD.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -212,7 +212,7 @@ will calculate a median constraint from all of them.
For example: For example:
.Bd -literal -offset indent .Bd -literal -offset indent
servers pool.ntp.org servers pool.ntp.org
constraints from "https://www.google.com/search?q=openntpd"
constraints from "https://www.google.com/"
.Ed .Ed
.El .El
.Sh FILES .Sh FILES


Loading…
Cancel
Save