1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

received form the peer -> received from the peer

This commit is contained in:
jmc 2024-12-19 06:45:21 +00:00
parent a56972eb38
commit 72dde9b872

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: SSL_set_shutdown.3,v 1.6 2021/06/11 19:41:39 jmc Exp $
.\" $OpenBSD: SSL_set_shutdown.3,v 1.7 2024/12/19 06:45:21 jmc Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: June 11 2021 $
.Dd $Mdocdate: December 19 2024 $
.Dt SSL_SET_SHUTDOWN 3
.Os
.Sh NAME
@ -82,7 +82,7 @@ A
shutdown alert was sent to the peer; the connection is being considered closed
and the session is closed and correct.
.It Dv SSL_RECEIVED_SHUTDOWN
A shutdown alert was received form the peer, either a normal
A shutdown alert was received from the peer, either a normal
.Dq close notify
or a fatal error.
.El