]> granicus.if.org Git - postgis/commitdiff
More typo fixes
authorRegina Obe <lr@pcorp.us>
Thu, 25 Sep 2008 12:18:01 +0000 (12:18 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 25 Sep 2008 12:18:01 +0000 (12:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3007 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 69f1e5b2afcb6eab95bdda09dcc4d84ad5f148f5..6254d6af82609ddd42f899f6490609a9a9421edf 100644 (file)
@@ -2685,7 +2685,7 @@ Line[B] with 2 points : Polygon[B] with 1 rings
                <refsynopsisdiv>
                        <funcsynopsis>
                          <funcprototype>
-                               <funcdef>geoometry <function>ST_Multi</function></funcdef>
+                               <funcdef>geometry <function>ST_Multi</function></funcdef>
                                <paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
                          </funcprototype>
                        </funcsynopsis>
@@ -3711,7 +3711,7 @@ st_area
     <refsynopsisdiv>
       <funcsynopsis>
         <funcprototype>
-          <funcdef>boolean <function>ST_Centroid</function></funcdef>
+          <funcdef>geometry <function>ST_Centroid</function></funcdef>
 
           <paramdef><type>geometry </type>
           <parameter>g1</parameter></paramdef>
@@ -4193,7 +4193,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);
       <refsynopsisdiv>
         <funcsynopsis>
           <funcprototype>
-            <funcdef>boolean <function>ST_Distance</function></funcdef>
+            <funcdef>float <function>ST_Distance</function></funcdef>
 
             <paramdef><type>geometry </type>
             <parameter>g1</parameter></paramdef>
@@ -4785,7 +4785,7 @@ st_perimeter
       <refsynopsisdiv>
         <funcsynopsis>
           <funcprototype>
-            <funcdef>boolean <function>ST_PointOnSurface</function></funcdef>
+            <funcdef>geometry <function>ST_PointOnSurface</function></funcdef>
 
             <paramdef><type>geometry </type>
             <parameter>g1</parameter></paramdef>