aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-24 02:41:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-24 02:41:44 +0000
commit57f83fffd8555ded41d34a92b766e75276f87bd9 (patch)
treee8a8e0b4f3873a87d69a148e4078e2d1ab6f8262
parent6f283c2f772c32635fbf61f5b6c0a9a37cc50eed (diff)
downloadbusybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.tar.gz
busybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.tar.bz2
busybox-w32-57f83fffd8555ded41d34a92b766e75276f87bd9.zip
Doc update
-rw-r--r--docs/busybox.pod69
-rw-r--r--docs/busybox.sgml94
2 files changed, 123 insertions, 40 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 40ad1939d..11d821f12 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -2142,62 +2142,123 @@ Erik Andersen <andersee@debian.org> <andersen@lineo.com>
2142The following people have contributed code to BusyBox whether 2142The following people have contributed code to BusyBox whether
2143they know it or not. 2143they know it or not.
2144 2144
2145Erik Andersen <andersee@debian.org>
2146 2145
2147=for html <br> 2146=for html <br>
2148 2147
2148Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
2149
2150 Tons of new stuff, major rewrite of most of the
2151 core apps, tons of new apps as noted in header files.
2152
2153=for html <br>
2154
2155Edward Betts <edward@debian.org>
2156
2157 expr, hostid, logname, tty, wc, whoami, yes
2158
2159=for html <br>
2160
2149John Beppu <beppu@lineo.com> 2161John Beppu <beppu@lineo.com>
2150 2162
2163 du, head, nslookup, sort, tee, uniq
2164
2151=for html <br> 2165=for html <br>
2152 2166
2153Brian Candler <B.Candler@pobox.com> 2167Brian Candler <B.Candler@pobox.com>
2154 2168
2169 tiny-ls(ls)
2170
2155=for html <br> 2171=for html <br>
2156 2172
2157Randolph Chung <tausq@debian.org> 2173Randolph Chung <tausq@debian.org>
2158 2174
2175 fbset, ping, hostname, and mkfifo
2176
2159=for html <br> 2177=for html <br>
2160 2178
2161Dave Cinege <dcinege@psychosis.com> 2179Dave Cinege <dcinege@psychosis.com>
2162 2180
2181 more(v2), makedevs, dutmp, modularization, auto links file,
2182 various fixes, Linux Router Project maintenance
2183
2163=for html <br> 2184=for html <br>
2164 2185
2165Karl M. Hegbloom <karlheg@debian.org> 2186Karl M. Hegbloom <karlheg@debian.org>
2166 2187
2188 cp_mv.c, the test suite, various fixes to utility.c, &c.
2189
2190=for html <br>
2191
2192Daniel Jacobowitz <dan@debian.org>
2193
2194 mktemp.c
2195
2196=for html <br>
2197
2198Matt Kraai <kraai@alumni.carnegiemellon.edu>
2199
2200 documentation, bugfixes
2201
2167=for html <br> 2202=for html <br>
2168 2203
2169John Lombardo <john@deltanet.com> 2204John Lombardo <john@deltanet.com>
2170 2205
2206 dirname, tr
2207
2171=for html <br> 2208=for html <br>
2172 2209
2173Glenn McGrath <bug1@netconnect.com.au> 2210Glenn McGrath <bug1@netconnect.com.au>
2174 2211
2212 ar.c
2213
2175=for html <br> 2214=for html <br>
2176 2215
2177Bruce Perens <bruce@perens.com> 2216Bruce Perens <bruce@pixar.com>
2217
2218 Original author of BusyBox. His code is still in many apps.
2219
2220=for html <br>
2221
2222Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
2223
2224 wget - Contributed by permission of Covad Communications
2178 2225
2179=for html <br> 2226=for html <br>
2180 2227
2181Pavel Roskin <proski@gnu.org> 2228Pavel Roskin <proski@gnu.org>
2182 2229
2230 Lots of bugs fixes and patches.
2231
2232=for html <br>
2233
2234Gyepi Sam <gyepi@praxis-sw.com>
2235
2236 Remote logging feature for syslogd
2237
2183=for html <br> 2238=for html <br>
2184 2239
2185Linus Torvalds <torvalds@transmeta.com> 2240Linus Torvalds <torvalds@transmeta.com>
2186 2241
2242 mkswap, fsck.minix, mkfs.minix
2243
2187=for html <br> 2244=for html <br>
2188 2245
2189Mark Whitley <markw@lineo.com> 2246Mark Whitley <markw@lineo.com>
2190 2247
2248 sed remix, bug fixes, style-guide, etc.
2249
2191=for html <br> 2250=for html <br>
2192 2251
2193Charles P. Wright <cpwright@villagenet.com> 2252Charles P. Wright <cpwright@villagenet.com>
2194 2253
2254 gzip, mini-netcat(nc)
2255
2195=for html <br> 2256=for html <br>
2196 2257
2197Enrique Zanardi <ezanardi@ull.es> 2258Enrique Zanardi <ezanardi@ull.es>
2198 2259
2199=for html <br> 2260 tarcat (since removed), loadkmap, various fixes, Debian maintenance
2200 2261
2201=cut 2262=cut
2202 2263
2203# $Id: busybox.pod,v 1.72 2000/09/23 06:12:34 andersen Exp $ 2264# $Id: busybox.pod,v 1.73 2000/09/24 02:41:44 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 9c0179011..a8507ba2c 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -1570,39 +1570,39 @@
1570 <sect2> 1570 <sect2>
1571 <title>Example /etc/inittab file</title> 1571 <title>Example /etc/inittab file</title>
1572 1572
1573 <para> 1573 <para>
1574 <screen> 1574 <screen>
1575 # This is run first except when booting in single-user mode. 1575 # This is run first except when booting in single-user mode.
1576 # 1576 #
1577 ::sysinit:/etc/init.d/rcS 1577 ::sysinit:/etc/init.d/rcS
1578 1578
1579 # /bin/sh invocations on selected ttys 1579 # /bin/sh invocations on selected ttys
1580 # 1580 #
1581 # Start an "askfirst" shell on the console (whatever that may be) 1581 # Start an "askfirst" shell on the console (whatever that may be)
1582 ::askfirst:-/bin/sh 1582 ::askfirst:-/bin/sh
1583 # Start an "askfirst" shell on /dev/tty2-4 1583 # Start an "askfirst" shell on /dev/tty2-4
1584 tty2::askfirst:-/bin/sh 1584 tty2::askfirst:-/bin/sh
1585 tty2::askfirst:-/bin/sh 1585 tty2::askfirst:-/bin/sh
1586 tty2::askfirst:-/bin/sh 1586 tty2::askfirst:-/bin/sh
1587 1587
1588 # /sbin/getty invocations for selected ttys 1588 # /sbin/getty invocations for selected ttys
1589 # 1589 #
1590 tty4::respawn:/sbin/getty 38400 tty5 1590 tty4::respawn:/sbin/getty 38400 tty5
1591 tty5::respawn:/sbin/getty 38400 tty6 1591 tty5::respawn:/sbin/getty 38400 tty6
1592 1592
1593 # Example of how to put a getty on a serial line (for a terminal) 1593 # Example of how to put a getty on a serial line (for a terminal)
1594 # 1594 #
1595 #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 1595 #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100
1596 #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 1596 #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100
1597 # 1597 #
1598 # Example how to put a getty on a modem line. 1598 # Example how to put a getty on a modem line.
1599 #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 1599 #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2
1600 1600
1601 # Stuff to do before rebooting 1601 # Stuff to do before rebooting
1602 ::ctrlaltdel:/bin/umount -a -r 1602 ::ctrlaltdel:/bin/umount -a -r
1603 ::ctrlaltdel:/sbin/swapoff 1603 ::ctrlaltdel:/sbin/swapoff
1604 </screen> 1604 </screen>
1605 </para> 1605 </para>
1606 </sect2> 1606 </sect2>
1607 </sect1> 1607 </sect1>
1608 1608
@@ -3422,7 +3422,7 @@
3422 </sect1> 3422 </sect1>
3423 3423
3424 <sect1 id="unrpm"> 3424 <sect1 id="unrpm">
3425 <titleunrpmuniq</title> 3425 <title>unrpm</title>
3426 3426
3427 <para> 3427 <para>
3428 Usage: unrpm < package.rpm | gzip -d | cpio -idmuv 3428 Usage: unrpm < package.rpm | gzip -d | cpio -idmuv
@@ -3784,8 +3784,8 @@
3784 <title>AUTHORS</title> 3784 <title>AUTHORS</title>
3785 3785
3786 <para> 3786 <para>
3787 The following people have contributed code to BusyBox whether 3787 The following people have made significant contributions to
3788 they know it or not. 3788 BusyBox -- whether they know it or not.
3789 </para> 3789 </para>
3790 3790
3791 <para> 3791 <para>
@@ -3793,6 +3793,10 @@
3793 </para> 3793 </para>
3794 3794
3795 <para> 3795 <para>
3796 Edward Betts &lt;edward@debian.org&gt;
3797 </para>
3798
3799 <para>
3796 John Beppu &lt;beppu@lineo.com&gt; 3800 John Beppu &lt;beppu@lineo.com&gt;
3797 </para> 3801 </para>
3798 3802
@@ -3813,6 +3817,14 @@
3813 </para> 3817 </para>
3814 3818
3815 <para> 3819 <para>
3820 Daniel Jacobowitz &lt;dan@debian.org&gt;
3821 </para>
3822
3823 <para>
3824 Matt Kraai &lt;kraai@alumni.carnegiemellon.edu&gt;
3825 </para>
3826
3827 <para>
3816 John Lombardo &lt;john@deltanet.com&gt; 3828 John Lombardo &lt;john@deltanet.com&gt;
3817 </para> 3829 </para>
3818 3830
@@ -3825,10 +3837,18 @@
3825 </para> 3837 </para>
3826 3838
3827 <para> 3839 <para>
3840 Chip Rosenthal &lt;chip@unicom.com&gt;, &lt;crosenth@covad.com&gt;
3841 </para>
3842
3843 <para>
3828 Pavel Roskin &lt;proski@gnu.org&gt; 3844 Pavel Roskin &lt;proski@gnu.org&gt;
3829 </para> 3845 </para>
3830 3846
3831 <para> 3847 <para>
3848 Gyepi Sam &lt;gyepi@praxis-sw.com&gt;
3849 </para>
3850
3851 <para>
3832 Linus Torvalds &lt;torvalds@transmeta.com&gt; 3852 Linus Torvalds &lt;torvalds@transmeta.com&gt;
3833 </para> 3853 </para>
3834 3854
@@ -3843,5 +3863,7 @@
3843 <para> 3863 <para>
3844 Enrique Zanardi &lt;ezanardi@ull.es&gt; 3864 Enrique Zanardi &lt;ezanardi@ull.es&gt;
3845 </para> 3865 </para>
3866
3867
3846 </chapter> 3868 </chapter>
3847</book> <!-- End of the book --> 3869</book> <!-- End of the book -->