[postgis-commits] svn - r3350 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Dec 1 04:41:23 PST 2008


Author: robe
Date: 2008-12-01 04:41:20 -0800 (Mon, 01 Dec 2008)
New Revision: 3350

Modified:
   trunk/doc/reference_new.xml
Log:
Damn casing - wrong fix

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-12-01 12:38:13 UTC (rev 3349)
+++ trunk/doc/reference_new.xml	2008-12-01 12:41:20 UTC (rev 3350)
@@ -2920,9 +2920,9 @@
 		</refsection>
 	</refentry>
 			
-	<refentry id="ST_HasBBOX">
+	<refentry id="ST_HasBBox">
 	  <refnamediv>
-		<refname>ST_HasBBOX</refname>
+		<refname>ST_HasBBox</refname>
 	
 		<refpurpose>Returns TRUE if the bbox of this geometry is cached, FALSE otherwise.</refpurpose>
 	  </refnamediv>
@@ -2930,7 +2930,7 @@
 	  <refsynopsisdiv>
 		<funcsynopsis>
 		  <funcprototype>
-			<funcdef>boolean <function>ST_HasBBOX</function></funcdef>
+			<funcdef>boolean <function>ST_HasBBox</function></funcdef>
 			<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>
 		  </funcprototype>
 		</funcsynopsis>
@@ -4453,7 +4453,7 @@
 		  <refsection>
 		    <title>See Also</title>
 		
-		    <para><xref linkend="ST_DropBBox" />, <xref linkend="ST_HasBBOX" /></para>
+		    <para><xref linkend="ST_DropBBox" />, <xref linkend="ST_HasBBox" /></para>
 		  </refsection>
 		</refentry>
 		
@@ -4689,7 +4689,7 @@
 		  <refsection>
 		    <title>See Also</title>
 		
-		    <para><xref linkend="ST_AddBBox" />, <xref linkend="ST_HasBBOX" /></para>
+		    <para><xref linkend="ST_AddBBox" />, <xref linkend="ST_HasBBox" /></para>
 		  </refsection>
 	</refentry>
 			



More information about the postgis-commits mailing list