diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-11-02 15:20:19 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-11-02 15:21:04 +0100 |
commit | 06801aef52f7f734a737cc0763a410fd1ec6e574 (patch) | |
tree | a2b3f77e96068dec8436a72ebbb51547dff20c2c | |
parent | b99cbbf5ce5174dd644d6b90fb0e4fbe253fa0c8 (diff) |
Add missing comma in list of SSL versions
-rw-r--r-- | doc/src/sgml/sslinfo.sgml | 2 |
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> |