]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: change SGML markup "figure" to "example"
authorBruce Momjian <bruce@momjian.us>
Tue, 21 Apr 2020 01:41:12 +0000 (21:41 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 21 Apr 2020 01:41:12 +0000 (21:41 -0400)
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

doc/src/sgml/func.sgml

index bbd35241235cb1867b2860611429f649a17871b0..481bbfb643b2dbb3b970895e5bfd5190e77cce66 100644 (file)
@@ -10624,7 +10624,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"?>
@@ -10672,7 +10672,7 @@ table2-mapping
 
 </xsl:stylesheet>
 ]]></programlisting>
-   </figure>
+   </example>
   </sect2>
  </sect1>