aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-05-28 06:27:01 -0400
committerBruce Momjian <bruce@momjian.us>2014-05-28 06:27:04 -0400
commitc676315658973390c5550d73d3bb1fb7b92720b5 (patch)
treedeb2098e9a541716c68bcfb221d953c3504ea0fd /doc/src
parentec3357a3bc37d9108b2cf2db96499f83f1a93df1 (diff)
downloadpostgresql-c676315658973390c5550d73d3bb1fb7b92720b5.tar.gz
postgresql-c676315658973390c5550d73d3bb1fb7b92720b5.zip
doc: improve markup of ssl_ecdh_curve commit
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 4a666d0d2d9..697cf99de54 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>