diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-24 07:02:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-24 07:02:08 +0000 |
commit | 03aa30dd9ed3f4e82572f3ff6aec903eb2524bef (patch) | |
tree | ba336fb4188b05955b21ef790038568e8add1ed0 /lib/libtls/tls_init.3 | |
parent | cc1b55bf4116443f81f7cd7a705bee4503e5f325 (diff) |
typos;
Diffstat (limited to 'lib/libtls/tls_init.3')
-rw-r--r-- | lib/libtls/tls_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index 1eaa95e0204..0f660db995c 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.54 2015/11/09 17:52:07 jmc Exp $ +.\" $OpenBSD: tls_init.3,v 1.55 2016/04/24 07:02:07 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 9 2015 $ +.Dd $Mdocdate: April 24 2016 $ .Dt TLS_INIT 3 .Os .Sh NAME @@ -468,7 +468,7 @@ will only succeed after the handshake is complete. .It .Fn tls_conn_cipher returns a string -corresponding to a the cipher suite negotated with the peer +corresponding to the cipher suite negotiated with the peer connected to .Ar ctx . .Fn tls_conn_cipher |