diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-02-08 10:18:50 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-02-08 10:19:55 +0100 |
commit | 5c699c857cac84a81eebb869ba3f8b539d66f620 (patch) | |
tree | fea9caea0e86803c876bf3fcf2cafdff88a346ae | |
parent | 17f3196599303abbfc605f5ea5c5e314ce856e38 (diff) | |
download | postgresql-5c699c857cac84a81eebb869ba3f8b539d66f620.tar.gz postgresql-5c699c857cac84a81eebb869ba3f8b539d66f620.zip |
Update comment
The documentation output format htmlhelp is no longer supported, but a
comment still mentioned it.
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index b7fb6c489a2..5db44a846f3 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -4,7 +4,7 @@ <!-- This file contains XSLT stylesheet customizations that are common to - all output formats (HTML, HTML Help, XSL-FO, etc.). + all output formats (HTML, XSL-FO, man, etc.). --> <xsl:include href="stylesheet-speedup-common.xsl" /> |