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:45 +0100
commit5ba4987a4048f1ad3002bc047279cb633429d7d1 (patch)
tree7eb84d7ccd3521d266591bc9f01a1ac97c2003a3
parentbebad33420044240297e7288d4f311095bab76b9 (diff)
downloadpostgresql-5ba4987a4048f1ad3002bc047279cb633429d7d1.tar.gz
postgresql-5ba4987a4048f1ad3002bc047279cb633429d7d1.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 e5d7cff97aa..0ef4acfeb57 100644
--- a/doc/src/sgml/sslinfo.sgml
+++ b/doc/src/sgml/sslinfo.sgml
@@ -52,7 +52,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>