diff options
author | jsing <> | 2015-10-16 13:48:44 +0000 |
---|---|---|
committer | jsing <> | 2015-10-16 13:48:44 +0000 |
commit | 258464d3d492b37c55024f23476797659490fc56 (patch) | |
tree | 5bdc1d9223194c7cf3b2b1ed1d3f8ad92a86a219 /src | |
parent | a936d3e4fe0ff69d5cef124c166985f2a8eee328 (diff) | |
download | openbsd-258464d3d492b37c55024f23476797659490fc56.tar.gz openbsd-258464d3d492b37c55024f23476797659490fc56.tar.bz2 openbsd-258464d3d492b37c55024f23476797659490fc56.zip |
Fix tpyo.
Diffstat (limited to 'src')
-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 f88dd5cd28..81047ba793 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.51 2015/10/08 07:22:02 jmc Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.52 2015/10/16 13:48:44 jsing 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: October 8 2015 $ | 17 | .Dd $Mdocdate: October 16 2015 $ |
18 | .Dt TLS_INIT 3 | 18 | .Dt TLS_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -470,7 +470,7 @@ connected to | |||
470 | will only succeed after the handshake is complete. | 470 | will only succeed after the handshake is complete. |
471 | .Em (Server and client) | 471 | .Em (Server and client) |
472 | .It | 472 | .It |
473 | .Fn tls_config_verify_client_opional | 473 | .Fn tls_config_verify_client_optional |
474 | enables client certificate verification, without requiring the client | 474 | enables client certificate verification, without requiring the client |
475 | to send a certificate. | 475 | to send a certificate. |
476 | .Em (Server) | 476 | .Em (Server) |