diff options
author | jmc <> | 2016-12-16 15:39:08 +0000 |
---|---|---|
committer | jmc <> | 2016-12-16 15:39:08 +0000 |
commit | 3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef (patch) | |
tree | 731ee788ac8691aa0df8a342c2e58f77926132a2 /src/lib/libssl/man/SSL_connect.3 | |
parent | bf1a8cba765fb4734f2f428f5dcec8f709beeb65 (diff) | |
download | openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.gz openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.bz2 openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.zip |
various minor cleanup;
Diffstat (limited to 'src/lib/libssl/man/SSL_connect.3')
-rw-r--r-- | src/lib/libssl/man/SSL_connect.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_connect.3 b/src/lib/libssl/man/SSL_connect.3 index 1b95a1e321..7fe167dd86 100644 --- a/src/lib/libssl/man/SSL_connect.3 +++ b/src/lib/libssl/man/SSL_connect.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_connect.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_connect.3,v 1.4 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 6 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt SSL_CONNECT 3 | 53 | .Dt SSL_CONNECT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -132,7 +132,7 @@ at the protocol level or a connection failure occurred. | |||
132 | The shutdown was not clean. | 132 | The shutdown was not clean. |
133 | It can also occur if action is needed to continue the operation for | 133 | It can also occur if action is needed to continue the operation for |
134 | non-blocking | 134 | non-blocking |
135 | .Vt BIO Ns s. | 135 | .Vt BIO Ns s . |
136 | Call | 136 | Call |
137 | .Xr SSL_get_error 3 | 137 | .Xr SSL_get_error 3 |
138 | with the return value | 138 | with the return value |