summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_stream_reset.pod
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-08 19:42:40 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commit5fc256cd6b991cf0fb5f7cb1da7be14c7e90653f (patch)
treef7d79b98c8ed5952afad8d89ab6378b2433d1e93 /doc/man3/SSL_stream_reset.pod
parent4f2d32d6b6b4b80ff5f55c5462b545516d252d11 (diff)
downloadopenssl-new-5fc256cd6b991cf0fb5f7cb1da7be14c7e90653f.tar.gz
QUIC MSST: Documentation fixes
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
Diffstat (limited to 'doc/man3/SSL_stream_reset.pod')
-rw-r--r--doc/man3/SSL_stream_reset.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/SSL_stream_reset.pod b/doc/man3/SSL_stream_reset.pod
index 3f9159024a..e2f6fd35bc 100644
--- a/doc/man3/SSL_stream_reset.pod
+++ b/doc/man3/SSL_stream_reset.pod
@@ -22,10 +22,10 @@ The SSL_stream_reset() function resets the send part of a QUIC stream when
called on a QUIC stream SSL object, or on a QUIC connection SSL object with a
default stream attached.
-If B<args> is non-NULL, B<args_len> must be set to B<sizeof(*args)>.
+If I<args> is non-NULL, I<args_len> must be set to C<sizeof(*args)>.
-B<quic_error_code> is an application-specified error code, which must be in the
-range [0, 2**62-1]. If B<args> is NULL, a value of 0 is used.
+I<quic_error_code> is an application-specified error code, which must be in the
+range [0, 2**62-1]. If I<args> is NULL, a value of 0 is used.
Resetting a stream indicates to an application that the sending part of the
stream is terminating abnormally. When a stream is reset, the implementation