]> granicus.if.org Git - postgis/commitdiff
Fix documentation for ST_Split (so postgis_comments.sql is correct)
authorSandro Santilli <strk@keybit.net>
Sat, 17 Apr 2010 21:25:53 +0000 (21:25 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 17 Apr 2010 21:25:53 +0000 (21:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5565 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index 71a1dd49ea863266b24bff5b9ae927c2780fddbf..f36a79b69487045b7eac4690a0156dcf7048a8ed 100644 (file)
@@ -1874,7 +1874,8 @@ MULTILINESTRING((3 4,4 5),(1 2,3 4))
        <funcsynopsis>
          <funcprototype>
                <funcdef>geometry <function>ST_Split</function></funcdef>
-               <paramdef><type>input geometry</type> <parameter>blade geometry</parameter></paramdef>
+               <paramdef><type>geometry</type><parameter>input</parameter></paramdef>
+               <paramdef><type>geometry</type><parameter>blade</parameter></paramdef>
          </funcprototype>
        </funcsynopsis>
   </refsynopsisdiv>