aboutsummaryrefslogtreecommitdiff
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:20:19 +0100
commit57fae192f8f7d094159c913f10fcfd11cd827332 (patch)
treef69af395165c541217a17f9530439e3f262a82fa
parent796885a0713374f7bdcc3edec136e0527fcafafa (diff)
downloadpostgresql-57fae192f8f7d094159c913f10fcfd11cd827332.tar.gz
postgresql-57fae192f8f7d094159c913f10fcfd11cd827332.zip
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 7d3fcb71670..0d6bebec98b 100644
--- a/doc/src/sgml/sslinfo.sgml
+++ b/doc/src/sgml/sslinfo.sgml
@@ -53,7 +53,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>