Fix build.
This commit is contained in:
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
|
@ -67,6 +67,7 @@
|
||||||
XML-Webseite</ulink>, eine umfangreiche Quelle zu
|
XML-Webseite</ulink>, eine umfangreiche Quelle zu
|
||||||
XML.</para>
|
XML.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="see-also-html">
|
<sect1 id="see-also-html">
|
||||||
|
|
|
@ -1321,12 +1321,12 @@
|
||||||
<programlisting><![CDATA[<para>Am Ende sollte Ihr Programm wie folgt
|
<programlisting><![CDATA[<para>Am Ende sollte Ihr Programm wie folgt
|
||||||
aussehen:</para>
|
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)
|
main(void)
|
||||||
{
|
{
|
||||||
printf("Hallo Welt!\n"); <co id="co-ex-printf"/>
|
printf("Hallo Welt!\n");
|
||||||
}</programlisting>]]></programlisting>
|
}</programlisting>]]></programlisting>
|
||||||
|
|
||||||
<para>Die spitzen Klammern der
|
<para>Die spitzen Klammern der
|
||||||
|
@ -1338,12 +1338,12 @@ main(void)
|
||||||
|
|
||||||
<para>Am Ende sollte Ihr Programm wie folgt aussehen:</para>
|
<para>Am Ende sollte Ihr Programm wie folgt aussehen:</para>
|
||||||
|
|
||||||
<programlisting>#include <stdio.h> <co id="co-ex-include"/>
|
<programlisting>#include <stdio.h>
|
||||||
|
|
||||||
int <co id="co-ex-return"/>
|
int
|
||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
printf("Hallo Welt!\n"); <co id="co-ex-printf"/>
|
printf("Hallo Welt!\n");
|
||||||
}</programlisting>
|
}</programlisting>
|
||||||
</example>
|
</example>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
|
@ -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>
|
<para>Bestandteil von <filename role="package">textproc/docproj</filename>
|
||||||
ist <command>onsgmls</command> - ein <link
|
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
|
<command>onsgmls</command> liest ein Dokument entsprechend einer SGML-DTD
|
||||||
ein und gibt anschließend ein Element-Structure-Information-Set
|
ein und gibt anschließend ein Element-Structure-Information-Set
|
||||||
(ESIS) aus. Allerdings ist das an dieser Stelle nicht weiter
|
(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>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="xml-primer-sgml-escape">
|
<sect1 id="xml-primer-xml-escape">
|
||||||
<title>Die Rückkehr zu SGML</title>
|
<title>Die Rückkehr zu SGML</title>
|
||||||
|
|
||||||
<para>An einer früheren Stelle wurde erwähnt, dass
|
<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
|
<para>Kommentare sind SGML-Konstrukte, die normalerweise nur
|
||||||
in DTDs gültig sind. Dennoch ist es, wie in
|
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
|
möglich Fragmente mit SGML-Syntax in Dokumenten zu
|
||||||
verwenden.</para>
|
verwenden.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue