[postgis-commits] svn - r2811 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Jun 24 09:12:56 PDT 2008
Author: robe
Date: 2008-06-24 09:12:56 -0700 (Tue, 24 Jun 2008)
New Revision: 2811
Modified:
trunk/doc/postgis.xml
Log:
Fix mismatched para in intersection documentation and remove dangling command tag in Reporting Documentation Issues section.
Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml 2008-06-24 15:57:20 UTC (rev 2810)
+++ trunk/doc/postgis.xml 2008-06-24 16:12:56 UTC (rev 2811)
@@ -3196,7 +3196,7 @@
<listitem>
<para>Returns a geometry that represents the point set
intersection of the Geometries. </para>
- <para>In other words - that portion of geometry A and geometry B that is shared between the two geometries.</para></para>
+ <para>In other words - that portion of geometry A and geometry B that is shared between the two geometries.</para>
<para>Performed by the GEOS module</para>
@@ -6160,7 +6160,7 @@
</listitem>
<listitem>
- <para>Attach the patch to a new issue in bug tracker.</command></para>
+ <para>Attach the patch to a new issue in bug tracker.</para>
</listitem>
</orderedlist>
More information about the postgis-commits
mailing list