Skip to content

Commit a92c0f6

Browse files
committed
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 ...".
1 parent 0336665 commit a92c0f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/installation.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ su - postgres
14221422
<term><envar>PERL</envar></term>
14231423
<listitem>
14241424
<para>
1425-
Full path to the Perl interpreter. This will be used to
1425+
Full path name of the Perl interpreter. This will be used to
14261426
determine the dependencies for building PL/Perl.
14271427
</para>
14281428
</listitem>
@@ -1432,7 +1432,7 @@ su - postgres
14321432
<term><envar>PYTHON</envar></term>
14331433
<listitem>
14341434
<para>
1435-
Full path to the Python interpreter. This will be used to
1435+
Full path name of the Python interpreter. This will be used to
14361436
determine the dependencies for building PL/Python. Also,
14371437
whether Python 2 or 3 is specified here (or otherwise
14381438
implicitly chosen) determines which variant of the PL/Python
@@ -1449,7 +1449,7 @@ su - postgres
14491449
<term><envar>TCLSH</envar></term>
14501450
<listitem>
14511451
<para>
1452-
Full path to the Tcl interpreter. This will be used to
1452+
Full path name of the Tcl interpreter. This will be used to
14531453
determine the dependencies for building PL/Tcl, and it will
14541454
be substituted into Tcl scripts.
14551455
</para>

0 commit comments

Comments
 (0)