diff options
author | Pavel Roskin <proski@gnu.org> | 2000-09-15 17:16:40 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-09-15 17:16:40 +0000 |
commit | d2d3aa39eff98d23645c70a9fc68ad52079060dc (patch) | |
tree | 532ba307255e52e0cd51eaddb3fee5799f793127 | |
parent | 2aee9931184a9c13d4e7147aaf3a892bb56a3935 (diff) | |
download | busybox-w32-d2d3aa39eff98d23645c70a9fc68ad52079060dc.tar.gz busybox-w32-d2d3aa39eff98d23645c70a9fc68ad52079060dc.tar.bz2 busybox-w32-d2d3aa39eff98d23645c70a9fc68ad52079060dc.zip |
Fixed compliance with the DTD
-rw-r--r-- | docs/busybox.sgml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 61b08adbd..e81523046 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1,4 +1,5 @@ | |||
1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [...]> | 1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ |
2 | ]> | ||
2 | <book id="BusyBoxDocumentation"> | 3 | <book id="BusyBoxDocumentation"> |
3 | <bookinfo> | 4 | <bookinfo> |
4 | <title>BusyBox - The Swiss Army Knife of Embedded Linux</title> | 5 | <title>BusyBox - The Swiss Army Knife of Embedded Linux</title> |
@@ -59,8 +60,8 @@ | |||
59 | 60 | ||
60 | <chapter id="Syntax"> | 61 | <chapter id="Syntax"> |
61 | <title>How to use BusyBox</title> | 62 | <title>How to use BusyBox</title> |
62 | <sect1 id="How to use BusyBox"> | 63 | <sect1 id="How-to-use-BusyBox"> |
63 | <title>Syntax</title | 64 | <title>Syntax</title> |
64 | 65 | ||
65 | <para> | 66 | <para> |
66 | <screen> | 67 | <screen> |
@@ -75,7 +76,9 @@ | |||
75 | </para> | 76 | </para> |
76 | </sect1> | 77 | </sect1> |
77 | 78 | ||
78 | <sect1 id="Invoking BusyBox"> | 79 | <sect1 id="Invoking-BusyBox"> |
80 | <title>Invoking BusyBox</title> | ||
81 | |||
79 | <para> | 82 | <para> |
80 | When you create a link to BusyBox for the function you wish to use, when | 83 | When you create a link to BusyBox for the function you wish to use, when |
81 | BusyBox is called using that link it will behave as if the command itself | 84 | BusyBox is called using that link it will behave as if the command itself |
@@ -115,7 +118,9 @@ | |||
115 | 118 | ||
116 | </sect1> | 119 | </sect1> |
117 | 120 | ||
118 | <sect1 id="Common options"> | 121 | <sect1 id="Common-options"> |
122 | <title>Common options</title> | ||
123 | |||
119 | <para> | 124 | <para> |
120 | Most BusyBox commands support the <emphasis>--help</emphasis> option to provide | 125 | Most BusyBox commands support the <emphasis>--help</emphasis> option to provide |
121 | a terse runtime description of their behavior. | 126 | a terse runtime description of their behavior. |
@@ -125,7 +130,7 @@ | |||
125 | 130 | ||
126 | <chapter id="Commands"> | 131 | <chapter id="Commands"> |
127 | <title>BusyBox Commands</title> | 132 | <title>BusyBox Commands</title> |
128 | <sect1 id="Available BusyBox Commands"> | 133 | <sect1 id="Available-BusyBox-Commands"> |
129 | <title>Available BusyBox Commands</title> | 134 | <title>Available BusyBox Commands</title> |
130 | <para> | 135 | <para> |
131 | Currently defined functions include: | 136 | Currently defined functions include: |
@@ -1261,7 +1266,7 @@ | |||
1261 | </para> | 1266 | </para> |
1262 | </sect1> | 1267 | </sect1> |
1263 | 1268 | ||
1264 | < <sect1 id="gzip"> | 1269 | <sect1 id="gzip"> |
1265 | <title>gzip</title> | 1270 | <title>gzip</title> |
1266 | 1271 | ||
1267 | <para> | 1272 | <para> |
@@ -1489,7 +1494,7 @@ | |||
1489 | <screen> | 1494 | <screen> |
1490 | <id>:<runlevels>:<action>:<process> | 1495 | <id>:<runlevels>:<action>:<process> |
1491 | </screen> | 1496 | </screen> |
1492 | <para> | 1497 | </para> |
1493 | 1498 | ||
1494 | <sect2> | 1499 | <sect2> |
1495 | <title>id</title> | 1500 | <title>id</title> |
@@ -1550,9 +1555,8 @@ | |||
1550 | </para> | 1555 | </para> |
1551 | </sect2> | 1556 | </sect2> |
1552 | 1557 | ||
1553 | <para> | 1558 | <sect2> |
1554 | Example /etc/inittab file: | 1559 | <title>Example /etc/inittab file</title> |
1555 | </para> | ||
1556 | 1560 | ||
1557 | <para> | 1561 | <para> |
1558 | <screen> | 1562 | <screen> |
@@ -1585,6 +1589,7 @@ | |||
1585 | ::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1 | 1589 | ::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1 |
1586 | </screen> | 1590 | </screen> |
1587 | </para> | 1591 | </para> |
1592 | </sect2> | ||
1588 | </sect1> | 1593 | </sect1> |
1589 | 1594 | ||
1590 | <sect1 id="insmod"> | 1595 | <sect1 id="insmod"> |
@@ -3128,8 +3133,8 @@ | |||
3128 | </para> | 3133 | </para> |
3129 | 3134 | ||
3130 | <para> | 3135 | <para> |
3131 | <screen> | ||
3132 | or: [ EXPRESSION ] | 3136 | or: [ EXPRESSION ] |
3137 | </para> | ||
3133 | 3138 | ||
3134 | <para> | 3139 | <para> |
3135 | Check file types and compare values returning an exit | 3140 | Check file types and compare values returning an exit |