Skip to content

Commit c676315

Browse files
committed
doc: improve markup of ssl_ecdh_curve commit
1 parent ec3357a commit c676315

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/config.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1020,10 +1020,10 @@ include 'filename'
10201020
</term>
10211021
<listitem>
10221022
<para>
1023-
Specifies the name of the curve to use in ECDH key exchange.
1024-
It needs to be supported by all clients that connect.
1025-
It does not need to be same curve as used by server's
1026-
Elliptic Curve key. The default is <literal>prime256v1</>.
1023+
Specifies the name of the curve to use in <acronym>ECDH</> key
1024+
exchange. It needs to be supported by all clients that connect.
1025+
It does not need to be same curve as used by server's Elliptic
1026+
Curve key. The default is <literal>prime256v1</>.
10271027
</para>
10281028

10291029
<para>
@@ -1035,8 +1035,8 @@ include 'filename'
10351035

10361036
<para>
10371037
The full list of available curves can be shown with the command
1038-
<literal>openssl ecparam -list_curves</literal>. Not all of them
1039-
are usable in TLS though.
1038+
<command>openssl ecparam -list_curves</command>. Not all of them
1039+
are usable in <acronym>TLS</> though.
10401040
</para>
10411041
</listitem>
10421042
</varlistentry>

0 commit comments

Comments
 (0)