summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_get_stream_id.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_get_stream_id.pod')
-rw-r--r--doc/man3/SSL_get_stream_id.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man3/SSL_get_stream_id.pod b/doc/man3/SSL_get_stream_id.pod
index b3ac31e3b2..b28c56e026 100644
--- a/doc/man3/SSL_get_stream_id.pod
+++ b/doc/man3/SSL_get_stream_id.pod
@@ -31,13 +31,14 @@ on the stream, and returns one of the following values:
=item B<SSL_STREAM_TYPE_NONE>
-The SSL object is a non-QUIC SSL object, or is a QUIC connection SSL object
-without a default stream attached (see L<SSL_attach_stream(3)>).
+The SSL object is a QUIC connection SSL object without a default stream attached
+(see L<SSL_attach_stream(3)>).
=item B<SSL_STREAM_TYPE_BIDI>
-The SSL object is a QUIC stream object (or QUIC connection SSL object with a
-default stream attached), and that stream is a bidirectional QUIC stream.
+The SSL object is a non-QUIC SSL object, or is a QUIC stream object (or QUIC
+connection SSL object with a default stream attached), and that stream is a
+bidirectional QUIC stream.
=item B<SSL_STREAM_TYPE_READ>