Fixed compliance with the DTD

This commit is contained in:
Pavel Roskin 2000-09-15 17:16:40 +00:00
parent 2aee993118
commit d2d3aa39ef

View File

@ -1,4 +1,5 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [...]> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
]>
<book id="BusyBoxDocumentation"> <book id="BusyBoxDocumentation">
<bookinfo> <bookinfo>
<title>BusyBox - The Swiss Army Knife of Embedded Linux</title> <title>BusyBox - The Swiss Army Knife of Embedded Linux</title>
@ -59,8 +60,8 @@
<chapter id="Syntax"> <chapter id="Syntax">
<title>How to use BusyBox</title> <title>How to use BusyBox</title>
<sect1 id="How to use BusyBox"> <sect1 id="How-to-use-BusyBox">
<title>Syntax</title <title>Syntax</title>
<para> <para>
<screen> <screen>
@ -75,7 +76,9 @@
</para> </para>
</sect1> </sect1>
<sect1 id="Invoking BusyBox"> <sect1 id="Invoking-BusyBox">
<title>Invoking BusyBox</title>
<para> <para>
When you create a link to BusyBox for the function you wish to use, when When you create a link to BusyBox for the function you wish to use, when
BusyBox is called using that link it will behave as if the command itself BusyBox is called using that link it will behave as if the command itself
@ -115,7 +118,9 @@
</sect1> </sect1>
<sect1 id="Common options"> <sect1 id="Common-options">
<title>Common options</title>
<para> <para>
Most BusyBox commands support the <emphasis>--help</emphasis> option to provide Most BusyBox commands support the <emphasis>--help</emphasis> option to provide
a terse runtime description of their behavior. a terse runtime description of their behavior.
@ -125,7 +130,7 @@
<chapter id="Commands"> <chapter id="Commands">
<title>BusyBox Commands</title> <title>BusyBox Commands</title>
<sect1 id="Available BusyBox Commands"> <sect1 id="Available-BusyBox-Commands">
<title>Available BusyBox Commands</title> <title>Available BusyBox Commands</title>
<para> <para>
Currently defined functions include: Currently defined functions include:
@ -1261,7 +1266,7 @@
</para> </para>
</sect1> </sect1>
< <sect1 id="gzip"> <sect1 id="gzip">
<title>gzip</title> <title>gzip</title>
<para> <para>
@ -1489,7 +1494,7 @@
<screen> <screen>
&lt;id&gt;:&lt;runlevels&gt;:&lt;action&gt;:&lt;process&gt; &lt;id&gt;:&lt;runlevels&gt;:&lt;action&gt;:&lt;process&gt;
</screen> </screen>
<para> </para>
<sect2> <sect2>
<title>id</title> <title>id</title>
@ -1550,9 +1555,8 @@
</para> </para>
</sect2> </sect2>
<para> <sect2>
Example /etc/inittab file: <title>Example /etc/inittab file</title>
</para>
<para> <para>
<screen> <screen>
@ -1585,6 +1589,7 @@
::ctrlaltdel:/sbin/swapoff -a &gt; /dev/null 2&gt;&amp;1 ::ctrlaltdel:/sbin/swapoff -a &gt; /dev/null 2&gt;&amp;1
</screen> </screen>
</para> </para>
</sect2>
</sect1> </sect1>
<sect1 id="insmod"> <sect1 id="insmod">
@ -3128,8 +3133,8 @@
</para> </para>
<para> <para>
<screen>
or: [ EXPRESSION ] or: [ EXPRESSION ]
</para>
<para> <para>
Check file types and compare values returning an exit Check file types and compare values returning an exit