Skip to content

Commit f80979f

Browse files
committed
doc: Apply markup <productname> to OpenSSL more consistently
Author: Daniel Gustafsson Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se
1 parent d24c565 commit f80979f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/src/sgml/config.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,8 @@ include_dir 'conf.d'
12761276
</para>
12771277

12781278
<para>
1279-
The directory needs to be prepared with the OpenSSL command
1279+
The directory needs to be prepared with the
1280+
<productname>OpenSSL</productname> command
12801281
<literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
12811282
its documentation for details.
12821283
</para>
@@ -1320,7 +1321,7 @@ include_dir 'conf.d'
13201321
Specifies a list of <acronym>SSL</acronym> cipher suites that are
13211322
allowed to be used by SSL connections. See the
13221323
<citerefentry><refentrytitle>ciphers</refentrytitle></citerefentry>
1323-
manual page in the <application>OpenSSL</application> package for the
1324+
manual page in the <productname>OpenSSL</productname> package for the
13241325
syntax of this setting and a list of supported values. Only
13251326
connections using TLS version 1.2 and lower are affected. There is
13261327
currently no setting that controls the cipher choices used by TLS
@@ -1389,9 +1390,9 @@ include_dir 'conf.d'
13891390
Available cipher suite details will vary across
13901391
<productname>OpenSSL</productname> versions. Use the command
13911392
<literal>openssl ciphers -v 'HIGH:MEDIUM:+3DES:!aNULL'</literal> to
1392-
see actual details for the currently installed <application>OpenSSL</application>
1393-
version. Note that this list is filtered at run time based on the
1394-
server key type.
1393+
see actual details for the currently installed
1394+
<productname>OpenSSL</productname> version. Note that this list is
1395+
filtered at run time based on the server key type.
13951396
</para>
13961397
</listitem>
13971398
</varlistentry>

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
17651765
</para>
17661766

17671767
<para>
1768-
The directory needs to be prepared with the OpenSSL command
1768+
The directory needs to be prepared with the
1769+
<productname>OpenSSL</productname> command
17691770
<literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
17701771
its documentation for details.
17711772
</para>

0 commit comments

Comments
 (0)