[postgis-tickets] r17991 - Fix typos in docs

Regina Obe lr at pcorp.us
Fri Oct 25 04:49:01 PDT 2019


Author: robe
Date: 2019-10-25 16:48:59 -0700 (Fri, 25 Oct 2019)
New Revision: 17991

Modified:
   trunk/doc/reference_lrs.xml
   trunk/doc/reference_trajectory.xml
Log:
Fix typos in docs

Modified: trunk/doc/reference_lrs.xml
===================================================================
--- trunk/doc/reference_lrs.xml	2019-10-25 14:17:07 UTC (rev 17990)
+++ trunk/doc/reference_lrs.xml	2019-10-25 23:48:59 UTC (rev 17991)
@@ -105,7 +105,7 @@
 		  <refsynopsisdiv>
 			<funcsynopsis>
 			  <funcprototype>
-				<funcdef>geometry <function>ST_LineInterpolatePoint</function></funcdef>
+				<funcdef>geometry <function>ST_3DLineInterpolatePoint</function></funcdef>
 				<paramdef><type>geometry </type> <parameter>a_linestring</parameter></paramdef>
 				<paramdef><type>float8 </type> <parameter>a_fraction</parameter></paramdef>
 			  </funcprototype>
@@ -126,7 +126,7 @@
 			</note>
 			
 			<para>Availability: 3.0.0</para>
-		      </refsection>
+		</refsection>
 
 
 		  <refsection>

Modified: trunk/doc/reference_trajectory.xml
===================================================================
--- trunk/doc/reference_trajectory.xml	2019-10-25 14:17:07 UTC (rev 17990)
+++ trunk/doc/reference_trajectory.xml	2019-10-25 23:48:59 UTC (rev 17991)
@@ -239,7 +239,7 @@
 		  <refsynopsisdiv>
 			<funcsynopsis>
 			  <funcprototype>
-				<funcdef>float8 <function>ST_CPAWithin</function></funcdef>
+				<funcdef>boolean <function>ST_CPAWithin</function></funcdef>
 				<paramdef><type>geometry </type> <parameter>track1</parameter></paramdef>
 				<paramdef><type>geometry </type> <parameter>track2</parameter></paramdef>
 				<paramdef><type>float8 </type> <parameter>maxdist</parameter></paramdef>



More information about the postgis-tickets mailing list