]> granicus.if.org Git - postgresql/blobdiff - doc/src/sgml/config.sgml
doc: improve markup of ssl_ecdh_curve commit
[postgresql] / doc / src / sgml / config.sgml
index 4a666d0d2d960bce91f56b6bbe7a6b21ddf74d9f..697cf99de54e1eeecdab0d368d374ed8ced2a365 100644 (file)
@@ -1020,10 +1020,10 @@ include 'filename'
       </term>
       <listitem>
        <para>
-        Specifies the name of the curve to use in ECDH key exchange.
-        It needs to be supported by all clients that connect.
-        It does not need to be same curve as used by server's
-        Elliptic Curve key.  The default is <literal>prime256v1</>.  
+        Specifies the name of the curve to use in <acronym>ECDH</> key
+        exchange.  It needs to be supported by all clients that connect.
+        It does not need to be same curve as used by server's Elliptic
+        Curve key.  The default is <literal>prime256v1</>.
        </para>
 
        <para>
@@ -1035,8 +1035,8 @@ include 'filename'
 
        <para>
         The full list of available curves can be shown with the command
-        <literal>openssl ecparam -list_curves</literal>.  Not all of them
-        are usable in TLS though.
+        <command>openssl ecparam -list_curves</command>.  Not all of them
+        are usable in <acronym>TLS</> though.
        </para>
       </listitem>
      </varlistentry>