aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-04-20 21:41:13 -0400
committerBruce Momjian <bruce@momjian.us>2020-04-20 21:41:13 -0400
commit71ae1a89d2efd03bfae89a056d76dc4052de52a7 (patch)
tree3dfdb29e0b6c76e313d37d64a6a9d88462b77dbb
parent212e712a5eed31828e6ffc5e61ca76fd477a519f (diff)
downloadpostgresql-71ae1a89d2efd03bfae89a056d76dc4052de52a7.tar.gz
postgresql-71ae1a89d2efd03bfae89a056d76dc4052de52a7.zip
doc: change SGML markup "figure" to "example"
Reported-by: Jürgen Purtz Discussion: https://postgr.es/m/709d7809-d7f4-8175-47f3-4d131341bba8@purtz.de Author: Jürgen Purtz Backpatch-through: 9.5
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 71267e7d158..b6810336346 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -11598,7 +11598,7 @@ table2-mapping
converted into other XML-based formats.
</para>
- <figure id="xslt-xml-html">
+ <example id="xslt-xml-html">
<title>XSLT Stylesheet for Converting SQL/XML Output to HTML</title>
<programlisting><![CDATA[
<?xml version="1.0"?>
@@ -11646,7 +11646,7 @@ table2-mapping
</xsl:stylesheet>
]]></programlisting>
- </figure>
+ </example>
</sect2>
</sect1>