Correct the callout examples and the FreeBSD Entities section.
This commit is contained in:
parent
db0be9a185
commit
a91b370e14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43266
1 changed files with 12 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue