Fix build.

This commit is contained in:
Hiroki Sato 2013-04-07 18:56:59 +00:00
parent 5beefb4f67
commit 407661b1be
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41393
3 changed files with 10 additions and 9 deletions
de_DE.ISO8859-1/books/fdp-primer
see-also
sgml-markup
sgml-primer

View file

@ -67,6 +67,7 @@
XML-Webseite</ulink>, eine umfangreiche Quelle zu
XML.</para>
</listitem>
</itemizedlist>
</sect1>
<sect1 id="see-also-html">

View file

@ -1321,12 +1321,12 @@
<programlisting><![CDATA[<para>Am Ende sollte Ihr Programm wie folgt
aussehen:</para>
<programlisting>#include &amp;lt;stdio.h&amp;gt; <co id="co-ex-include"/>
<programlisting>#include &amp;lt;stdio.h&amp;gt;
int <co id="co-ex-return"/>
int
main(void)
{
printf("Hallo Welt!\n"); <co id="co-ex-printf"/>
printf("Hallo Welt!\n");
}</programlisting>]]></programlisting>
<para>Die spitzen Klammern der
@ -1338,12 +1338,12 @@ main(void)
<para>Am Ende sollte Ihr Programm wie folgt aussehen:</para>
<programlisting>#include &lt;stdio.h&gt; <co id="co-ex-include"/>
<programlisting>#include &lt;stdio.h&gt;
int <co id="co-ex-return"/>
int
main(void)
{
printf("Hallo Welt!\n"); <co id="co-ex-printf"/>
printf("Hallo Welt!\n");
}</programlisting>
</example>
</sect3>

View file

@ -556,7 +556,7 @@ setenv SGML_CATALOG_FILES /usr/doc/de_DE.ISO8859-1/share/xml/catalog:$SGML_CATAL
<para>Bestandteil von <filename role="package">textproc/docproj</filename>
ist <command>onsgmls</command> - ein <link
linkend="sgml-primer-validating">validierender Parser</link>.
linkend="xml-primer-validating">validierender Parser</link>.
<command>onsgmls</command> liest ein Dokument entsprechend einer SGML-DTD
ein und gibt anschließend ein Element-Structure-Information-Set
(ESIS) aus. Allerdings ist das an dieser Stelle nicht weiter
@ -1011,7 +1011,7 @@ onsgmls:beispiel.xml:6:8:E: end tag for "HEAD" which is not finished</screen>
</sect2>
</sect1>
<sect1 id="xml-primer-sgml-escape">
<sect1 id="xml-primer-xml-escape">
<title>Die Rückkehr zu SGML</title>
<para>An einer früheren Stelle wurde erwähnt, dass
@ -1044,7 +1044,7 @@ onsgmls:beispiel.xml:6:8:E: end tag for "HEAD" which is not finished</screen>
<para>Kommentare sind SGML-Konstrukte, die normalerweise nur
in DTDs gültig sind. Dennoch ist es, wie in
<xref linkend="xml-primer-sgml-escape"/> gezeigt,
<xref linkend="xml-primer-xml-escape"/> gezeigt,
möglich Fragmente mit SGML-Syntax in Dokumenten zu
verwenden.</para>