diff options
author | jmc <> | 2021-06-11 19:45:21 +0000 |
---|---|---|
committer | jmc <> | 2021-06-11 19:45:21 +0000 |
commit | 1ab79cf05f96f2cf024f9e418d9abd85a90316f9 (patch) | |
tree | 463902f98da06dd3a3f213415dbf11980558b59e /src/lib/libssl/man/SSL_set_shutdown.3 | |
parent | 25b5c080aa64e34d31477c1bcf914d3ad678bad8 (diff) | |
download | openbsd-1ab79cf05f96f2cf024f9e418d9abd85a90316f9.tar.gz openbsd-1ab79cf05f96f2cf024f9e418d9abd85a90316f9.tar.bz2 openbsd-1ab79cf05f96f2cf024f9e418d9abd85a90316f9.zip |
space between RFC and number;
Diffstat (limited to 'src/lib/libssl/man/SSL_set_shutdown.3')
-rw-r--r-- | src/lib/libssl/man/SSL_set_shutdown.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_set_shutdown.3 b/src/lib/libssl/man/SSL_set_shutdown.3 index 6882d29c24..678086f88f 100644 --- a/src/lib/libssl/man/SSL_set_shutdown.3 +++ b/src/lib/libssl/man/SSL_set_shutdown.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_set_shutdown.3,v 1.5 2020/03/30 10:28:59 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set_shutdown.3,v 1.6 2021/06/11 19:41:39 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>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 30 2020 $ | 51 | .Dd $Mdocdate: June 11 2021 $ |
52 | .Dt SSL_SET_SHUTDOWN 3 | 52 | .Dt SSL_SET_SHUTDOWN 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -99,7 +99,7 @@ If the session is still open when | |||
99 | .Xr SSL_clear 3 | 99 | .Xr SSL_clear 3 |
100 | or | 100 | or |
101 | .Xr SSL_free 3 | 101 | .Xr SSL_free 3 |
102 | is called, it is considered bad and removed according to RFC2246. | 102 | is called, it is considered bad and removed according to RFC 2246. |
103 | The actual condition for a correctly closed session is | 103 | The actual condition for a correctly closed session is |
104 | .Dv SSL_SENT_SHUTDOWN | 104 | .Dv SSL_SENT_SHUTDOWN |
105 | (according to the TLS RFC, it is acceptable to only send the | 105 | (according to the TLS RFC, it is acceptable to only send the |