Skip to content

Commit 8acc15e

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 cc0e4c5 commit 8acc15e

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
@@ -1396,7 +1396,7 @@ su - postgres
13961396
<term><envar>PERL</envar></term>
13971397
<listitem>
13981398
<para>
1399-
Full path to the Perl interpreter. This will be used to
1399+
Full path name of the Perl interpreter. This will be used to
14001400
determine the dependencies for building PL/Perl.
14011401
</para>
14021402
</listitem>
@@ -1406,7 +1406,7 @@ su - postgres
14061406
<term><envar>PYTHON</envar></term>
14071407
<listitem>
14081408
<para>
1409-
Full path to the Python interpreter. This will be used to
1409+
Full path name of the Python interpreter. This will be used to
14101410
determine the dependencies for building PL/Python. Also,
14111411
whether Python 2 or 3 is specified here (or otherwise
14121412
implicitly chosen) determines which variant of the PL/Python
@@ -1423,7 +1423,7 @@ su - postgres
14231423
<term><envar>TCLSH</envar></term>
14241424
<listitem>
14251425
<para>
1426-
Full path to the Tcl interpreter. This will be used to
1426+
Full path name of the Tcl interpreter. This will be used to
14271427
determine the dependencies for building PL/Tcl, and it will
14281428
be substituted into Tcl scripts.
14291429
</para>

0 commit comments

Comments
 (0)