diff options
author | Tom Lane | 2016-10-21 15:01:35 +0000 |
---|---|---|
committer | Tom Lane | 2016-10-21 15:02:02 +0000 |
commit | 24542e253555eea619e7cdf66ac107e59c70a10e (patch) | |
tree | 521201a692483423901cadef0adc8564abb915a1 | |
parent | 37ecf07d398ce8d69958d637349683a9516e0b88 (diff) |
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.
Replace "Full path to ..." with "Full path name of ...". At least one
user has misinterpreted the existing wording as meaning "Directory
containing ...".
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f8d6110d0a0..2039b1df094 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1367,7 +1367,7 @@ su - postgres <term><envar>PERL</envar></term> <listitem> <para> - Full path to the Perl interpreter. This will be used to + Full path name of the Perl interpreter. This will be used to determine the dependencies for building PL/Perl. </para> </listitem> @@ -1377,7 +1377,7 @@ su - postgres <term><envar>PYTHON</envar></term> <listitem> <para> - Full path to the Python interpreter. This will be used to + Full path name of the Python interpreter. This will be used to determine the dependencies for building PL/Python. Also, whether Python 2 or 3 is specified here (or otherwise implicitly chosen) determines which variant of the PL/Python @@ -1394,7 +1394,7 @@ su - postgres <term><envar>TCLSH</envar></term> <listitem> <para> - Full path to the Tcl interpreter. This will be used to + Full path name of the Tcl interpreter. This will be used to determine the dependencies for building PL/Tcl, and it will be substituted into Tcl scripts. </para> |