Correct the callout examples and the FreeBSD Entities section.

This commit is contained in:
Warren Block 2013-11-30 05:00:42 +00:00
parent db0be9a185
commit a91b370e14
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43266

View file

@ -183,14 +183,15 @@
<entry><literal>&amp;man.ls.1;</literal></entry>
<entry>&man.ls.1;</entry>
<entry>Usage: <literal>&amp;man.ls.1; is the manual page
for commandlscommand.</literal></entry>
for &lt;command&gt;ls&lt;/command&gt;.</literal></entry>
</row>
<row>
<entry><literal>&amp;man.cp.1;</literal></entry>
<entry>&man.cp.1;</entry>
<entry>Usage: <literal>The manual page for
commandcpcommand is &amp;man.cp.1;.</literal></entry>
&lt;command&gt;cp&lt;/command&gt;
is &amp;man.cp.1;.</literal></entry>
</row>
<row>
@ -252,9 +253,9 @@
<row>
<entry><literal>&amp;url.books.handbook;</literal></entry>
<entry><literal>&url.books.handbook;</literal></entry>
<entry>Usage: <literal>A link to the ulink
url="&amp;url.books.handbook;/advanced-networking.html"Advanced
Networkingulink chapter of the
<entry>Usage: <literal>A link to the &lt;link
xlink:href="&amp;url.books.handbook;/advanced-networking.html"&gt;Advanced
Networking&lt;/link&gt; chapter of the
Handbook.</literal></entry>
</row>
@ -270,9 +271,9 @@
<row>
<entry><literal>&amp;url.articles.committers-guide;</literal></entry>
<entry><literal>&url.articles.committers-guide;</literal></entry>
<entry>Usage: <literal>A link to the ulink
url="&amp;url.articles.committers-guide;"Committer's
Guideulink
<entry>Usage: <literal>A link to the &lt;link
xlink:href="&amp;url.articles.committers-guide;"Committer's
Guide&lt;/link&gt;
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 &amp;lt;stdio.h&amp;gt; <tag class="emptytag">co id="co-ex-include"</tag>
<tag class="starttag">programlisting</tag>#include &amp;lt;stdio.h&amp;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>