From: Magnus Hagander Date: Mon, 2 Nov 2020 14:20:19 +0000 (+0100) Subject: Add missing comma in list of SSL versions X-Git-Tag: REL_11_10~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc5b2203bfe80a4ac1b3c2c3ff536247514df304;p=thirdparty%2Fpostgresql.git Add missing comma in list of SSL versions --- diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index 74aaf1b2af3..b87fc6a2a50 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -47,7 +47,7 @@ - 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).