diff options
Diffstat (limited to 'docs/docbook-cheat-sheet')
-rw-r--r-- | docs/docbook-cheat-sheet/docbook-cheat-sheet.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook-cheat-sheet/docbook-cheat-sheet.xml b/docs/docbook-cheat-sheet/docbook-cheat-sheet.xml index 7f76339a7c..f90ab7a085 100644 --- a/docs/docbook-cheat-sheet/docbook-cheat-sheet.xml +++ b/docs/docbook-cheat-sheet/docbook-cheat-sheet.xml @@ -61,7 +61,7 @@ <varlistentry> <term>Comments</term> <listitem> - <para>Comments in SGML look like this: <sgmltag + <para>Comments in XML look like this: <sgmltag class="sgmlcomment">This is a comment</sgmltag>.</para> </listitem> </varlistentry> @@ -175,7 +175,7 @@ <sect1 id="docbook-tables"> <title>Tables</title> - <para>Tables are quite complicated to write in SGML (as in HTML, + <para>Tables are quite complicated to write in DocBook XML (as in HTML, there are lots of fiddly tags), so here's an example you can cannibalise. In the spirit of the LaTeX short introduction I don't repeat all the markup verbatim; you have to look at the source for |