From 0fc9b26098aff866b8df035d4a4d19bc9bd73656 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 29 Jun 2005 01:23:49 +0000
Subject: [PATCH] Improved words spacing.

Victor Y. Yegorov
---
 doc/src/sgml/gist.sgml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml
index f2a58339303..b2a507a4a80 100644
--- a/doc/src/sgml/gist.sgml
+++ b/doc/src/sgml/gist.sgml
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.19 2005/06/20 14:53:32 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.20 2005/06/29 01:23:49 momjian Exp $
 -->
 
 <chapter id="GiST">
@@ -31,15 +31,15 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.19 2005/06/20 14:53:32 tgl Exp $
 
   <para>
     Some of the information here is derived from the University of California at
-    Berkeley's GiST Indexing Project<ulink
-    url="http://gist.cs.berkeley.edu/">web site</ulink> and 
+    Berkeley's GiST Indexing Project
+    <ulink url="http://gist.cs.berkeley.edu/">web site</ulink> and 
     <ulink url="http://citeseer.nj.nec.com/448594.html">
-    Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems
-    </ulink>.   The <acronym>GiST</acronym>
+    Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems</ulink>.
+    The <acronym>GiST</acronym>
     implementation in <productname>PostgreSQL</productname> is primarily
     maintained by Teodor Sigaev and Oleg Bartunov, and there is more
-    information on their<ulink url="http://www.sai.msu.su/~megera/postgres/gist/">
-    website</ulink>.
+    information on their
+    <ulink url="http://www.sai.msu.su/~megera/postgres/gist/">website</ulink>.
   </para>
 
 </sect1>
-- 
GitLab