]> granicus.if.org Git - postgis/commitdiff
function name typo
authorRegina Obe <lr@pcorp.us>
Wed, 29 Oct 2008 17:29:53 +0000 (17:29 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 29 Oct 2008 17:29:53 +0000 (17:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3207 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 9984e454f088e818b801f754d39f8cf08901d33d..07892fcdc54c074dfc7678e926c576a91cb37031 100644 (file)
@@ -9382,13 +9382,13 @@ SELECT ST_AsEWKT((ST_Dump(the_geom)).geom)
          <refsection>
            <title>See Also</title>
        
-           <para><xref linkend="ST_Dump" />, <xref linkend="ST_Locate_Between_Measures" /></para>
+           <para><xref linkend="ST_Dump" />, <xref linkend="ST_Locate_Between_Measure" /></para>
          </refsection>
        </refentry>
 
-       <refentry id="ST_Location_Between_Measures">
+       <refentry id="ST_Location_Between_Measure">
          <refnamediv>
-           <refname>ST_Location_Between_Measures</refname>
+           <refname>ST_Location_Between_Measure</refname>
        
            <refpurpose>Return a derived geometry collection value with elements
             that match the specified range of measures inclusively. Polygonal
@@ -9398,7 +9398,7 @@ SELECT ST_AsEWKT((ST_Dump(the_geom)).geom)
          <refsynopsisdiv>
            <funcsynopsis>
              <funcprototype>
-               <funcdef>geometry <function>ST_Location_Between_Measures</function></funcdef>
+               <funcdef>geometry <function>ST_Location_Between_Measure</function></funcdef>
                <paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>
                <paramdef><type>float </type> <parameter>measure_start</parameter></paramdef>
                        <paramdef><type>float </type> <parameter>measure_end</parameter></paramdef>