Micro doc patch

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Micro doc patch
Date: 2005-05-13 15:48:41
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490DE41@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Add missing quotes.

Index: docguide.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/docguide.sgml,v
retrieving revision 1.55
diff -u -r1.55 docguide.sgml
--- docguide.sgml 9 Apr 2005 03:52:43 -0000 1.55
+++ docguide.sgml 13 May 2005 15:46:53 -0000
@@ -417,7 +417,7 @@
<filename>/usr/local/share/sgml/catalog</filename> can also be
made:
<programlisting>
-CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog
+CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog"
</programlisting>
Because stylesheets change rather often, and it's sometimes
beneficial to try out alternative versions,

Regards, Dave

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-05-13 16:48:51 Re: Micro doc patch
Previous Message Neil Conway 2005-05-13 06:40:39 Re: CSV consecutive newline bug