diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml
index 6a0b63cfc3c..725b73197cd 100644
--- a/doc/using_postgis_dataman.xml
+++ b/doc/using_postgis_dataman.xml
@@ -383,7 +383,7 @@ INSERT INTO global_points (name, location) VALUES ('London', ST_GeogFromText('SR
Testing different lon/lat projects, requires PostGIS 2.2+.
Any long lat spatial reference system listed in spatial_ref_sys table is allowed.
- -- NAD 83 lon/lat
+ -- NAD 83 lon/lat
SELECT 'SRID=4269;POINT(-123 34)'::geography;
geography
----------------------------------------------------
@@ -402,8 +402,7 @@ SELECT 'SRID=4267;POINT(-123 34)'::geography;
SELECT 'SRID=26910;POINT(-123 34)'::geography;
ERROR: Only lon/lat coordinate systems are supported in geography.
-LINE 1: SELECT 'SRID=26910;POINT(-123 34)'::geography;
-
+LINE 1: SELECT 'SRID=26910;POINT(-123 34)'::geography;
The GEOGRAPHY type calculates the true shortest distance over the sphere between Reykjavik and the great circle flight path between Seattle and London.