Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7aa2c10

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 7012b13 commit 7aa2c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/installation.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ su - postgres
14291429
<term><envar>PERL</envar></term>
14301430
<listitem>
14311431
<para>
1432-
Full path to the Perl interpreter. This will be used to
1432+
Full path name of the Perl interpreter. This will be used to
14331433
determine the dependencies for building PL/Perl.
14341434
</para>
14351435
</listitem>
@@ -1439,7 +1439,7 @@ su - postgres
14391439
<term><envar>PYTHON</envar></term>
14401440
<listitem>
14411441
<para>
1442-
Full path to the Python interpreter. This will be used to
1442+
Full path name of the Python interpreter. This will be used to
14431443
determine the dependencies for building PL/Python. Also,
14441444
whether Python 2 or 3 is specified here (or otherwise
14451445
implicitly chosen) determines which variant of the PL/Python
@@ -1456,7 +1456,7 @@ su - postgres
14561456
<term><envar>TCLSH</envar></term>
14571457
<listitem>
14581458
<para>
1459-
Full path to the Tcl interpreter. This will be used to
1459+
Full path name of the Tcl interpreter. This will be used to
14601460
determine the dependencies for building PL/Tcl, and it will
14611461
be substituted into Tcl scripts.
14621462
</para>

0 commit comments

Comments
 (0)