8000 Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. · intobs/postgres@24542e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24542e2

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 37ecf07 commit 24542e2

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
@@ -1367,7 +1367,7 @@ su - postgres
13671367
<term><envar>PERL</envar></term>
13681368
<listitem>
13691369
<para>
1370-
Full path to the Perl interpreter. This will be used to
1370+
Full path name of the Perl interpreter. This will be used to
13711371
determine the dependencies for building PL/Perl.
13721372
</para>
13731373
</listitem>
@@ -1377,7 +1377,7 @@ su - postgres
13771377
<term><envar>PYTHON</envar></term>
13781378
<listitem>
13791379
<para>
1380-
Full path to the Python interpreter. This will be used to
1380+
Full path name of the Python interpreter. This will be used to
13811381
determine the dependencies for building PL/Python. Also,
13821382
whether Python 2 or 3 is specified here (or otherwise
13831383
implicitly chosen) determines which variant of the PL/Python
@@ -1394,7 +1394,7 @@ su - postgres
13941394
<term><envar>TCLSH</envar></term>
13951395
<listitem>
13961396
<para>
1397-
Full path to the Tcl interpreter. This will be used to
1397+
Full path name of the Tcl interpreter. This will be used to
13981398
determine the dependencies for building PL/Tcl, and it will
13991399
be substituted into Tcl scripts.
14001400
</para>

0 commit comments

Comments
 (0)
0