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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Sat Dec 6 18:42:39 PST 2008


Author: robe
Date: 2008-12-06 18:42:38 -0800 (Sat, 06 Dec 2008)
New Revision: 3368

Modified:
   trunk/doc/reference_new.xml
Log:
fix some typos

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-12-07 02:29:22 UTC (rev 3367)
+++ trunk/doc/reference_new.xml	2008-12-07 02:42:38 UTC (rev 3368)
@@ -12016,7 +12016,7 @@
 	  <refnamediv>
 	    <refname>ST_XMax</refname>
 	
-	    <refpurpose>Returns x maxima of a bounding box 2d or 3d or a geometry.</refpurpose>
+	    <refpurpose>Returns X maxima of a bounding box 2d or 3d or a geometry.</refpurpose>
 	  </refnamediv>
 	
 	  <refsynopsisdiv>
@@ -12094,7 +12094,7 @@
 	  <refnamediv>
 	    <refname>ST_XMin</refname>
 	
-	    <refpurpose>Returns x minima of a bounding box 2d or 3d or a geometry.</refpurpose>
+	    <refpurpose>Returns X minima of a bounding box 2d or 3d or a geometry.</refpurpose>
 	  </refnamediv>
 	
 	  <refsynopsisdiv>
@@ -12343,7 +12343,7 @@
 	  <refsection>
 	    <title>Description</title>
 	
-	    <para>Returns Z minima of a bounding box 2d or 3d or a geometry.</para>
+	    <para>Returns Z maxima of a bounding box 2d or 3d or a geometry.</para>
 	
 	    <note>
 	      <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior



More information about the postgis-commits mailing list