Doc update

This commit is contained in:
Eric Andersen
2000-09-24 02:41:44 +00:00
parent 6f283c2f77
commit 57f83fffd8
2 changed files with 119 additions and 36 deletions

View File

@@ -1570,39 +1570,39 @@
<sect2>
<title>Example /etc/inittab file</title>
<para>
<screen>
# This is run first except when booting in single-user mode.
#
::sysinit:/etc/init.d/rcS
<para>
<screen>
# This is run first except when booting in single-user mode.
#
::sysinit:/etc/init.d/rcS
# /bin/sh invocations on selected ttys
#
# Start an "askfirst" shell on the console (whatever that may be)
::askfirst:-/bin/sh
# Start an "askfirst" shell on /dev/tty2-4
tty2::askfirst:-/bin/sh
tty2::askfirst:-/bin/sh
tty2::askfirst:-/bin/sh
# /bin/sh invocations on selected ttys
#
# Start an "askfirst" shell on the console (whatever that may be)
::askfirst:-/bin/sh
# Start an "askfirst" shell on /dev/tty2-4
tty2::askfirst:-/bin/sh
tty2::askfirst:-/bin/sh
tty2::askfirst:-/bin/sh
# /sbin/getty invocations for selected ttys
#
tty4::respawn:/sbin/getty 38400 tty5
tty5::respawn:/sbin/getty 38400 tty6
# /sbin/getty invocations for selected ttys
#
tty4::respawn:/sbin/getty 38400 tty5
tty5::respawn:/sbin/getty 38400 tty6
# Example of how to put a getty on a serial line (for a terminal)
#
#ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100
#ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100
#
# Example how to put a getty on a modem line.
#ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2
# Example of how to put a getty on a serial line (for a terminal)
#
#ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100
#ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100
#
# Example how to put a getty on a modem line.
#ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2
# Stuff to do before rebooting
::ctrlaltdel:/bin/umount -a -r
::ctrlaltdel:/sbin/swapoff
</screen>
</para>
# Stuff to do before rebooting
::ctrlaltdel:/bin/umount -a -r
::ctrlaltdel:/sbin/swapoff
</screen>
</para>
</sect2>
</sect1>
@@ -3422,7 +3422,7 @@
</sect1>
<sect1 id="unrpm">
<titleunrpmuniq</title>
<title>unrpm</title>
<para>
Usage: unrpm < package.rpm | gzip -d | cpio -idmuv
@@ -3784,14 +3784,18 @@
<title>AUTHORS</title>
<para>
The following people have contributed code to BusyBox whether
they know it or not.
The following people have made significant contributions to
BusyBox -- whether they know it or not.
</para>
<para>
Erik Andersen &lt;andersee@debian.org&gt;
</para>
<para>
Edward Betts &lt;edward@debian.org&gt;
</para>
<para>
John Beppu &lt;beppu@lineo.com&gt;
</para>
@@ -3812,6 +3816,14 @@
Karl M. Hegbloom &lt;karlheg@debian.org&gt;
</para>
<para>
Daniel Jacobowitz &lt;dan@debian.org&gt;
</para>
<para>
Matt Kraai &lt;kraai@alumni.carnegiemellon.edu&gt;
</para>
<para>
John Lombardo &lt;john@deltanet.com&gt;
</para>
@@ -3824,10 +3836,18 @@
Bruce Perens &lt;bruce@perens.com&gt;
</para>
<para>
Chip Rosenthal &lt;chip@unicom.com&gt;, &lt;crosenth@covad.com&gt;
</para>
<para>
Pavel Roskin &lt;proski@gnu.org&gt;
</para>
<para>
Gyepi Sam &lt;gyepi@praxis-sw.com&gt;
</para>
<para>
Linus Torvalds &lt;torvalds@transmeta.com&gt;
</para>
@@ -3843,5 +3863,7 @@
<para>
Enrique Zanardi &lt;ezanardi@ull.es&gt;
</para>
</chapter>
</book> <!-- End of the book -->