]> granicus.if.org Git - postgis/commitdiff
xref
authorSandro Santilli <strk@keybit.net>
Wed, 10 Feb 2010 22:23:40 +0000 (22:23 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 10 Feb 2010 22:23:40 +0000 (22:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5228 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_lrs.xml

index b8964834498bfb9bd8843ab9d21ab5be97103611..eed8c1158b69813e827d105669ee4c41735bd3ae 100644 (file)
@@ -194,7 +194,7 @@ FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As foo;
                        starting and ending at the given fractions of total 2d length.
                        Second and third arguments are float8 values between 0 and
                        1. This only works with LINESTRINGs.
-                       To use with contiguous MULTILINESTRINGs use in conjunction with ST_LineMerge.</para>
+                       To use with contiguous MULTILINESTRINGs use in conjunction with <xref linkend="ST_LineMerge" />.</para>
 
                        <para>If 'start' and 'end' have the same value this is equivalent
                        to <xref linkend="ST_Line_Interpolate_Point" />.</para>