]> granicus.if.org Git - postgis/commitdiff
fixed typo in broken link to ST_Distance_Spheroid
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:48:46 +0000 (15:48 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:48:46 +0000 (15:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3195 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index ba9c4dc08a90bb561779486c1469eb4a766328f9..79b5f4e3350d4cad5f660698c0c5cb1bbeb3d180 100644 (file)
@@ -6303,7 +6303,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);
        
                <refpurpose>Returns linear distance in meters between two lon/lat
                                points. Uses a spherical earth and radius of 6370986 meters.
-                               Faster than <link linkend="ST_Distance_Spheroid">ST_Distance_Spheroid()</link>, but less
+                               Faster than <xref linkend="ST_Distance_Spheroid"/>, but less
                                accurate. Only implemented for points.</refpurpose>
          </refnamediv>
        
@@ -6322,7 +6322,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);
        
                <para>Returns linear distance in meters between two lon/lat
                                points. Uses a spherical earth and radius of 6370986 meters.
-                               Faster than <link linkend="ST_Distance_Spheroid" />, but less
+                               Faster than <xref linkend="ST_Distance_Spheroid"/>, but less
                                accurate. Only implemented for points.</para>
                <note>
                        <para>This function currently does not look at the SRID of a point geometry and will always assume its in WGS 80 long lat.</para>