diff options
author | sthen <> | 2016-05-27 11:25:57 +0000 |
---|---|---|
committer | sthen <> | 2016-05-27 11:25:57 +0000 |
commit | 4e7cd151ccb73c62b9b917fcb71eefbfe427c423 (patch) | |
tree | 2a08caccd5301abdd5a39b9b76b903507be57930 /src/lib | |
parent | 8e605250dfc27cffdcec79d01d353f43b4eddce1 (diff) | |
download | openbsd-4e7cd151ccb73c62b9b917fcb71eefbfe427c423.tar.gz openbsd-4e7cd151ccb73c62b9b917fcb71eefbfe427c423.tar.bz2 openbsd-4e7cd151ccb73c62b9b917fcb71eefbfe427c423.zip |
typo fixes; Anthony Coulter
Diffstat (limited to 'src/lib')
-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 3c23cda63e..cd1f00af23 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.60 2016/05/09 13:48:57 jsing Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.61 2016/05/27 11:25:57 sthen 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: May 9 2016 $ | 17 | .Dd $Mdocdate: May 27 2016 $ |
18 | .Dt TLS_INIT 3 | 18 | .Dt TLS_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -421,7 +421,7 @@ can only succeed after the handshake is complete. | |||
421 | .Fn tls_peer_cert_contains_name | 421 | .Fn tls_peer_cert_contains_name |
422 | checks if the peer of a TLS | 422 | checks if the peer of a TLS |
423 | .Ar ctx | 423 | .Ar ctx |
424 | has povided a certificate that contains a | 424 | has provided a certificate that contains a |
425 | SAN or CN that matches | 425 | SAN or CN that matches |
426 | .Ar name . | 426 | .Ar name . |
427 | .Fn tls_peer_cert_contains_name | 427 | .Fn tls_peer_cert_contains_name |