diff options
author | jmc <> | 2024-12-19 06:45:21 +0000 |
---|---|---|
committer | jmc <> | 2024-12-19 06:45:21 +0000 |
commit | 57acb2f70ed3681dfce575f2e640479b5301905c (patch) | |
tree | 66f363c005633cd0b890a7e1a31b4f8e2cf68a06 /src | |
parent | 8240aac2f833ab9870011a4aba19d9fff2bfc019 (diff) | |
download | openbsd-57acb2f70ed3681dfce575f2e640479b5301905c.tar.gz openbsd-57acb2f70ed3681dfce575f2e640479b5301905c.tar.bz2 openbsd-57acb2f70ed3681dfce575f2e640479b5301905c.zip |
received form the peer -> received from the peer
Diffstat (limited to 'src')
-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 678086f88f..ef8c004f76 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.6 2021/06/11 19:41:39 jmc Exp $ | 1 | .\" $OpenBSD: SSL_set_shutdown.3,v 1.7 2024/12/19 06:45:21 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: June 11 2021 $ | 51 | .Dd $Mdocdate: December 19 2024 $ |
52 | .Dt SSL_SET_SHUTDOWN 3 | 52 | .Dt SSL_SET_SHUTDOWN 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -82,7 +82,7 @@ A | |||
82 | shutdown alert was sent to the peer; the connection is being considered closed | 82 | shutdown alert was sent to the peer; the connection is being considered closed |
83 | and the session is closed and correct. | 83 | and the session is closed and correct. |
84 | .It Dv SSL_RECEIVED_SHUTDOWN | 84 | .It Dv SSL_RECEIVED_SHUTDOWN |
85 | A shutdown alert was received form the peer, either a normal | 85 | A shutdown alert was received from the peer, either a normal |
86 | .Dq close notify | 86 | .Dq close notify |
87 | or a fatal error. | 87 | or a fatal error. |
88 | .El | 88 | .El |