]> granicus.if.org Git - postgresql/commitdiff
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Oct 2016 15:01:35 +0000 (11:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Oct 2016 15:01:57 +0000 (11:01 -0400)
Replace "Full path to ..." with "Full path name of ...".  At least one
user has misinterpreted the existing wording as meaning "Directory
containing ...".

doc/src/sgml/installation.sgml

index eaf3710fea6075c0d5da21a85320f761969a0dd7..2b81093ab9041dfe5dd6473eb46bd14c870dccf9 100644 (file)
@@ -1367,7 +1367,7 @@ su - postgres
        <term><envar>PERL</envar></term>
        <listitem>
         <para>
-         Full path to the Perl interpreter.  This will be used to
+         Full path name of the Perl interpreter.  This will be used to
          determine the dependencies for building PL/Perl.
         </para>
        </listitem>
@@ -1377,7 +1377,7 @@ su - postgres
        <term><envar>PYTHON</envar></term>
        <listitem>
         <para>
-         Full path to the Python interpreter.  This will be used to
+         Full path name of the Python interpreter.  This will be used to
          determine the dependencies for building PL/Python.  Also,
          whether Python 2 or 3 is specified here (or otherwise
          implicitly chosen) determines which variant of the PL/Python
@@ -1394,7 +1394,7 @@ su - postgres
        <term><envar>TCLSH</envar></term>
        <listitem>
         <para>
-         Full path to the Tcl interpreter.  This will be used to
+         Full path name of the Tcl interpreter.  This will be used to
          determine the dependencies for building PL/Tcl, and it will
          be substituted into Tcl scripts.
         </para>