From 7f7b03c18bcd49eaca63481a1fe9f1be3df09dfe Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 19 Nov 2019 11:15:45 +0100 Subject: [PATCH 3/3] Correctly identify the documentation as XML The documentation has been ported from SGML to XML since a while back, so lets use the right acronym. --- templates/docs/manuals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/manuals.html b/templates/docs/manuals.html index 0db4081..faa209c 100644 --- a/templates/docs/manuals.html +++ b/templates/docs/manuals.html @@ -29,6 +29,6 @@

Please see the manual archive for documentation for older releases. -The DocBook SGML source for the manuals is available as part of the PostgreSQL source download available in +The DocBook XML source for the manuals is available as part of the PostgreSQL source download available in the FTP area.

{%endblock%} -- 2.21.0 (Apple Git-122.2)