svn commit: r43266 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup

Warren Block wblock at FreeBSD.org
Sat Nov 30 05:00:43 UTC 2013


Author: wblock
Date: Sat Nov 30 05:00:42 2013
New Revision: 43266
URL: http://svnweb.freebsd.org/changeset/doc/43266

Log:
  Correct the callout examples and the FreeBSD Entities section.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Fri Nov 29 19:08:13 2013	(r43265)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Sat Nov 30 05:00:42 2013	(r43266)
@@ -183,14 +183,15 @@
 	      <entry><literal>&man.ls.1;</literal></entry>
 	      <entry>&man.ls.1;</entry>
 	      <entry>Usage: <literal>&man.ls.1; is the manual page
-		  for commandlscommand.</literal></entry>
+		  for <command>ls</command>.</literal></entry>
 	    </row>
 
 	    <row>
 	      <entry><literal>&man.cp.1;</literal></entry>
 	      <entry>&man.cp.1;</entry>
 	      <entry>Usage: <literal>The manual page for
-		commandcpcommand is &man.cp.1;.</literal></entry>
+		<command>cp</command>
+		is &man.cp.1;.</literal></entry>
 	    </row>
 
 	    <row>
@@ -252,9 +253,9 @@
 	    <row>
 	      <entry><literal>&url.books.handbook;</literal></entry>
 	      <entry><literal>&url.books.handbook;</literal></entry>
-	      <entry>Usage: <literal>A link to the ulink
-		  url="&url.books.handbook;/advanced-networking.html"Advanced
-		  Networkingulink chapter of the
+	      <entry>Usage: <literal>A link to the <link
+		  xlink:href="&url.books.handbook;/advanced-networking.html">Advanced
+		  Networking</link> chapter of the
 		  Handbook.</literal></entry>
 	    </row>
 
@@ -270,9 +271,9 @@
 	    <row>
 	      <entry><literal>&url.articles.committers-guide;</literal></entry>
 	      <entry><literal>&url.articles.committers-guide;</literal></entry>
-	      <entry>Usage: <literal>A link to the ulink
-		  url="&url.articles.committers-guide;"Committer's
-		Guideulink
+	      <entry>Usage: <literal>A link to the <link
+		  xlink:href="&url.articles.committers-guide;"Committer's
+		Guide</link>
 		article.</literal></entry>
 	    </row>
 
@@ -997,12 +998,12 @@ main(void)
 	<programlisting><tag class="starttag">para</tag>When finished, the program will look like
   this:<tag class="endtag">para</tag>
 
-<tag class="starttag">programlisting</tag>#include &lt;stdio.h&gt; <tag class="emptytag">co id="co-ex-include"</tag>
+<tag class="starttag">programlisting</tag>#include &lt;stdio.h&gt; <tag class="emptytag">co xml:id="co-ex-include"</tag>
 
-int <tag class="emptytag">co id="co-ex-return"</tag>
+int <tag class="emptytag">co xml:id="co-ex-return"</tag>
 main(void)
 {
-    printf("hello, world\n"); <tag class="emptytag">co id="co-ex-printf"</tag>
+    printf("hello, world\n"); <tag class="emptytag">co xml:id="co-ex-printf"</tag>
 }<tag class="endtag">programlisting</tag>
 
 <tag class="starttag">calloutlist</tag>


More information about the svn-doc-all mailing list