[postgis-commits] svn - r2887 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Mon Jul 28 12:05:20 PDT 2008
Author: kneufeld
Date: 2008-07-28 12:05:20 -0700 (Mon, 28 Jul 2008)
New Revision: 2887
Modified:
trunk/doc/reference.xml
trunk/doc/reference_new.xml
Log:
fixed some minor xrefences in the documentation so the autobuild doesn't throw errors.
Modified: trunk/doc/reference.xml
===================================================================
--- trunk/doc/reference.xml 2008-07-28 12:07:47 UTC (rev 2886)
+++ trunk/doc/reference.xml 2008-07-28 19:05:20 UTC (rev 2887)
@@ -658,7 +658,7 @@
<title>Geometry Constructors</title>
<variablelist>
- <varlistentry id="ST_GeomFromText">
+ <varlistentry>
<term>ST_GeomFromText(text)</term>
<term>ST_GeomFromText(text,srid integer)</term>
@@ -798,7 +798,7 @@
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="ST_GeomFromWKB">
<term>ST_GeomFromWKB(bytea,[<srid>])</term>
<listitem>
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-07-28 12:07:47 UTC (rev 2886)
+++ trunk/doc/reference_new.xml 2008-07-28 19:05:20 UTC (rev 2887)
@@ -1807,7 +1807,7 @@
<para>The WKB spec does not include the SRID. To get the OGC WKB with SRID format use ST_AsEWKB</para>
</note>
<note>
- <para>ST_AsBinary is the reverse of ST_GeomFromWKB. Use ST_GeomFromWKB to convert to a postgis geometry from ST_AsBinary representation.</para>
+ <para>ST_AsBinary is the reverse of <xref linkend="ST_GeomFromWKB" />. Use <xref linkend="ST_GeomFromWKB" /> to convert to a postgis geometry from ST_AsBinary representation.</para>
</note>
<para><inlinemediaobject>
More information about the postgis-commits
mailing list