diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-14 21:23:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-14 21:23:01 +0000 |
commit | bb1c3d75223aa46e35e67846ce5a165e0e5c783a (patch) | |
tree | d51d0d6dc0b38ca837771b651c814a67f874efa6 /lib | |
parent | 0e9bcfc50c87b501ad2246efdfbe97a64b859cbb (diff) |
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtls/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index 12a8e4bcf74..bf34b714662 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.48 2015/09/14 16:16:38 jsing Exp $ +.\" $OpenBSD: tls_init.3,v 1.49 2015/09/14 21:23:00 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -369,7 +369,7 @@ Be careful when using this option. .Em (Client) .It .Fn tls_config_insecure_noverifytime -disables validity checking of certificate. +disables validity checking of certificates. Be careful when using this option. .Em (Client and server) .It |