svn commit: r41393 - in head/de_DE.ISO8859-1/books/fdp-primer: see-also sgml-markup sgml-primer
Hiroki Sato
hrs at FreeBSD.org
Sun Apr 7 18:57:01 UTC 2013
Author: hrs
Date: Sun Apr 7 18:56:59 2013
New Revision: 41393
URL: http://svnweb.freebsd.org/changeset/doc/41393
Log:
Fix build.
Modified:
head/de_DE.ISO8859-1/books/fdp-primer/see-also/chapter.xml
head/de_DE.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml
head/de_DE.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml
Modified: head/de_DE.ISO8859-1/books/fdp-primer/see-also/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/see-also/chapter.xml Sun Apr 7 16:47:54 2013 (r41392)
+++ head/de_DE.ISO8859-1/books/fdp-primer/see-also/chapter.xml Sun Apr 7 18:56:59 2013 (r41393)
@@ -67,6 +67,7 @@
XML-Webseite</ulink>, eine umfangreiche Quelle zu
XML.</para>
</listitem>
+ </itemizedlist>
</sect1>
<sect1 id="see-also-html">
Modified: head/de_DE.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml Sun Apr 7 16:47:54 2013 (r41392)
+++ head/de_DE.ISO8859-1/books/fdp-primer/sgml-markup/chapter.xml Sun Apr 7 18:56:59 2013 (r41393)
@@ -1321,12 +1321,12 @@
<programlisting><![CDATA[<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)
{
- 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 <stdio.h> <co id="co-ex-include"/>
+ <programlisting>#include <stdio.h>
-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>
Modified: head/de_DE.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Sun Apr 7 16:47:54 2013 (r41392)
+++ head/de_DE.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Sun Apr 7 18:56:59 2013 (r41393)
@@ -556,7 +556,7 @@ setenv SGML_CATALOG_FILES /usr/doc/de_DE
<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
</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
<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>
More information about the svn-doc-all
mailing list