From: Regina Obe Date: Fri, 13 Nov 2009 03:35:38 +0000 (+0000) Subject: fix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new... X-Git-Tag: 1.5.0b1~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bb841cf3115e71e3a5326054d6b1bf431acd41b;p=postgis fix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new corrected output after #272 - should be negatively symmetric fix git-svn-id: http://svn.osgeo.org/postgis/trunk@4795 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index cec6eace6..29716b86d 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -10118,7 +10118,7 @@ SELECT l1_cross_l2 | l2_cross_l1 -------------+------------- - 3 | -3 + 3 | -3 @@ -10144,7 +10144,7 @@ FROM ( l1_cross_l2 | l2_cross_l1 -------------+------------- - 2 | -3 + 2 | -2 @@ -10171,7 +10171,7 @@ FROM ( l1_cross_l2 | l2_cross_l1 -------------+------------- - -1 | 1 + -1 | 1 @@ -10196,7 +10196,7 @@ FROM (SELECT l1_cross_l2 | l2_cross_l1 -------------+------------- - -2 | 0 + -2 | 2