Skip to content

Commit 8acf92e

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 edb5143 commit 8acf92e

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
@@ -1380,7 +1380,7 @@ su - postgres
13801380
<term><envar>PERL</envar></term>
13811381
<listitem>
13821382
<para>
1383-
Full path to the Perl interpreter. This will be used to
1383+
Full path name of the Perl interpreter. This will be used to
13841384
determine the dependencies for building PL/Perl.
13851385
</para>
13861386
</listitem>
@@ -1390,7 +1390,7 @@ su - postgres
13901390
<term><envar>PYTHON</envar></term>
13911391
<listitem>
13921392
<para>
1393-
Full path to the Python interpreter. This will be used to
1393+
Full path name of the Python interpreter. This will be used to
13941394
determine the dependencies for building PL/Python. Also,
13951395
whether Python 2 or 3 is specified here (or otherwise
13961396
implicitly chosen) determines which variant of the PL/Python
@@ -1407,7 +1407,7 @@ su - postgres
14071407
<term><envar>TCLSH</envar></term>
14081408
<listitem>
14091409
<para>
1410-
Full path to the Tcl interpreter. This will be used to
1410+
Full path name of the Tcl interpreter. This will be used to
14111411
determine the dependencies for building PL/Tcl, and it will
14121412
be substituted into Tcl scripts.
14131413
</para>

0 commit comments

Comments
 (0)