Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2013 18:57:00 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r41393 - in head/de_DE.ISO8859-1/books/fdp-primer: see-also sgml-markup sgml-primer
Message-ID:  <201304071857.r37Iv0it055412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 &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>

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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304071857.r37Iv0it055412>