]> granicus.if.org Git - postgis/commitdiff
#2871 fix update to 2.0 message for ST_LineInterpolatePoint, ST_LineSubstring and...
authorRegina Obe <lr@pcorp.us>
Wed, 20 Aug 2014 04:32:47 +0000 (04:32 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 20 Aug 2014 04:32:47 +0000 (04:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12900 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml
doc/reference_lrs.xml

index 9d88a5f3865457ebc1dddafcb66d2ff856699074..f8b499a501d11e164c85f5d752938b24203a5bec 100644 (file)
@@ -1374,7 +1374,7 @@ POLYGON((-29 28,-29.8304547985374 37.9654575824488,-30 40,-29.1695452014626 30.0
                </refsection>
                <refsection>
                        <title>See Also</title>
-                       <para><xref linkend="ST_Line_Substring" /></para>
+                       <para><xref linkend="ST_LineSubstring" /></para>
                </refsection>
        </refentry>
 
index c34e7a522c72170026b282eacd34db6783ca2903..759f5703c3bf81b02bcb2034c02c53ff06480acb 100644 (file)
@@ -2,7 +2,7 @@
 <sect1 id="Linear_Referencing">
          <title>Linear Referencing</title>
        
-               <refentry id="ST_Line_Interpolate_Point">
+               <refentry id="ST_LineInterpolatePoint">
                  <refnamediv>
                        <refname>ST_LineInterpolatePoint</refname>
 
@@ -263,7 +263,7 @@ WHERE n*100.00/length &lt; 1;
                  <refsection>
                        <title>See Also</title>
 
-                       <para><xref linkend="ST_Length" />, <xref linkend="ST_Line_Interpolate_Point" />, <xref linkend="ST_LineMerge" /></para>
+                       <para><xref linkend="ST_Length" />, <xref linkend="ST_LineInterpolatePoint" />, <xref linkend="ST_LineMerge" /></para>
                  </refsection>
        </refentry>