diff options
author | 2015-03-14 04:11:02 +0000 | |
---|---|---|
committer | 2015-03-14 04:11:02 +0000 | |
commit | d1ef3254ef1e135a9119ea83aa9f1f82713ff1d9 (patch) | |
tree | aa55541d726cd02f904ce46ad7f6e8f271fac0d7 | |
parent | rename rde_free_filter() to filterlist_free() and start using it outside (diff) | |
download | wireguard-openbsd-d1ef3254ef1e135a9119ea83aa9f1f82713ff1d9.tar.xz wireguard-openbsd-d1ef3254ef1e135a9119ea83aa9f1f82713ff1d9.zip |
mention TLS HTTPS here also; ok bcook
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index 9d534989623..1363f5e80be 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.37 2014/02/12 15:45:52 schwarze Exp $ +.\" $OpenBSD: ntpd.8,v 1.38 2015/03/14 04:11:02 deraadt Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 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: February 12 2014 $ +.Dd $Mdocdate: March 14 2015 $ .Dt NTPD 8 .Os .Sh NAME @@ -38,6 +38,10 @@ It implements the Simple Network Time Protocol version 4, as described in RFC 5905, and the Network Time Protocol version 3, as described in RFC 1305. +Time can also be fetched from TLS HTTPS servers to reduce the +impact of unauthenticated NTP +.Sq Man-In-The-Middle +attacks. .Pp The options are as follows: .Bl -tag -width "-f fileXXX" |