]> granicus.if.org Git - postgis/commitdiff
fixed some minor xrefences in the documentation so the autobuild doesn't throw errors.
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 28 Jul 2008 19:05:20 +0000 (19:05 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 28 Jul 2008 19:05:20 +0000 (19:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2887 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml
doc/reference_new.xml

index acf34418d334707e20b863842429aa4b16a66a30..09cc573255627c3a73d334a95bca84dffd495820 100644 (file)
@@ -658,7 +658,7 @@ GROUP BY gid, field1,field2;
       <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 @@ GROUP BY gid, field1,field2;
           </listitem>
         </varlistentry>
 
-        <varlistentry>
+        <varlistentry id="ST_GeomFromWKB">
           <term>ST_GeomFromWKB(bytea,[&lt;srid&gt;])</term>
 
           <listitem>
index e1fd4eccc29ccb68b559e3367670589f980ffc23..d2cc08a4c05ee71a6dc7acd1cd7838c070b13f66 100644 (file)
@@ -1807,7 +1807,7 @@ CREATE INDEX idx_the_geom_26986_parcels
                          <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>