diff options
author | jmc <> | 2016-04-24 07:02:07 +0000 |
---|---|---|
committer | jmc <> | 2016-04-24 07:02:07 +0000 |
commit | f5c4bb417376504e3d230452e1df9c83fcbe508a (patch) | |
tree | a77bc1b329e4c8dd7d4d27b1fb85ce485ead333c | |
parent | 3249001e7eef28d8bdfeb39939bb2d044342da55 (diff) | |
download | openbsd-f5c4bb417376504e3d230452e1df9c83fcbe508a.tar.gz openbsd-f5c4bb417376504e3d230452e1df9c83fcbe508a.tar.bz2 openbsd-f5c4bb417376504e3d230452e1df9c83fcbe508a.zip |
typos;
-rw-r--r-- | src/lib/libtls/tls_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 1eaa95e020..0f660db995 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.54 2015/11/09 17:52:07 jmc Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.55 2016/04/24 07:02:07 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 9 2015 $ | 17 | .Dd $Mdocdate: April 24 2016 $ |
18 | .Dt TLS_INIT 3 | 18 | .Dt TLS_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -468,7 +468,7 @@ will only succeed after the handshake is complete. | |||
468 | .It | 468 | .It |
469 | .Fn tls_conn_cipher | 469 | .Fn tls_conn_cipher |
470 | returns a string | 470 | returns a string |
471 | corresponding to a the cipher suite negotated with the peer | 471 | corresponding to the cipher suite negotiated with the peer |
472 | connected to | 472 | connected to |
473 | .Ar ctx . | 473 | .Ar ctx . |
474 | .Fn tls_conn_cipher | 474 | .Fn tls_conn_cipher |