Remove SGML marked sections

Peter Eisentraut <peter_e@gmx.net>

Commit: 22d9764646d03ac7d3419c4fd0effd256568c922
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-09-28T20:17:28Z
Releases: 11.0
Remove SGML marked sections

For XML compatibility, replace marked sections <![IGNORE[ ]]> with
comments <!-- -->.  In some cases it seemed better to remove the ignored
text altogether, and in one case the text should not have been ignored.

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +2 −5
doc/src/sgml/func.sgml modified +0 −9
doc/src/sgml/Makefile modified +1 −1
doc/src/sgml/release-old.sgml modified +0 −100
doc/src/sgml/rules.sgml modified +2 −2

Documentation touched