aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-21 07:27:26 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-03-21 07:27:26 -0400
commitd652e3525b8ff988db717ed66c467b6fd78a32bc (patch)
tree39522e99524dc6f8a2fab921198ff5e3f750cd54
parent4c0000b839e6d4593e63439879b0c2abea14f426 (diff)
downloadpostgresql-d652e3525b8ff988db717ed66c467b6fd78a32bc.tar.gz
postgresql-d652e3525b8ff988db717ed66c467b6fd78a32bc.zip
doc: Small wording improvement
-rw-r--r--doc/src/sgml/config.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index f18d2b3353a..0d61dcb1798 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1356,16 +1356,16 @@ include_dir 'conf.d'
</term>
<listitem>
<para>
- This setting determines whether the passphrase command set by
+ This parameter determines whether the passphrase command set by
<varname>ssl_passphrase_command</varname> will also be called during a
configuration reload if a key file needs a passphrase. If this
- setting is false (the default), then
+ parameter is false (the default), then
<varname>ssl_passphrase_command</varname> will be ignored during a
reload and the SSL configuration will not be reloaded if a passphrase
is needed. That setting is appropriate for a command that requires a
TTY for prompting, which might not be available when the server is
- running. Setting this to true might be appropriate if the passphrase
- is obtained from a file, for example.
+ running. Setting this parameter to true might be appropriate if the
+ passphrase is obtained from a file, for example.
</para>
<para>
This parameter can only be set in the <filename>postgresql.conf</filename>