summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-11-02 15:20:19 +0100
committerMagnus Hagander <magnus@hagander.net>2020-11-02 15:21:04 +0100
commit06801aef52f7f734a737cc0763a410fd1ec6e574 (patch)
treea2b3f77e96068dec8436a72ebbb51547dff20c2c
parentb99cbbf5ce5174dd644d6b90fb0e4fbe253fa0c8 (diff)
Add missing comma in list of SSL versions
-rw-r--r--doc/src/sgml/sslinfo.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml
index b7342475c72..03139f95638 100644
--- a/doc/src/sgml/sslinfo.sgml
+++ b/doc/src/sgml/sslinfo.sgml
@@ -47,7 +47,7 @@
</term>
<listitem>
<para>
- Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0
+ Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0,
TLSv1.1, or TLSv1.2).
</para>
</listitem>