diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-26 22:20:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-26 22:20:06 +0000 |
commit | 8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8 (patch) | |
tree | 7ad4d7b4455f192f2765cb6b51f1fe6db0357c9f | |
parent | bdcc6fbd95e811f492559db53b29f4f2ff077c94 (diff) | |
download | busybox-w32-8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8.tar.gz busybox-w32-8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8.tar.bz2 busybox-w32-8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8.zip |
Fix up the docs
-rw-r--r-- | docs/busybox.pod | 8 | ||||
-rw-r--r-- | docs/busybox.sgml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 11d821f12..c9f71cfe7 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -936,11 +936,11 @@ Example /etc/inittab file: | |||
936 | 936 | ||
937 | # Example of how to put a getty on a serial line (for a terminal) | 937 | # Example of how to put a getty on a serial line (for a terminal) |
938 | # | 938 | # |
939 | #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 | 939 | #::respawn:/sbin/getty -L ttyS0 9600 vt100 |
940 | #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 | 940 | #::respawn:/sbin/getty -L ttyS1 9600 vt100 |
941 | # | 941 | # |
942 | # Example how to put a getty on a modem line. | 942 | # Example how to put a getty on a modem line. |
943 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 | 943 | #::respawn:/sbin/getty 57600 ttyS2 |
944 | 944 | ||
945 | # Stuff to do before rebooting | 945 | # Stuff to do before rebooting |
946 | ::ctrlaltdel:/bin/umount -a -r | 946 | ::ctrlaltdel:/bin/umount -a -r |
@@ -2261,4 +2261,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2261 | 2261 | ||
2262 | =cut | 2262 | =cut |
2263 | 2263 | ||
2264 | # $Id: busybox.pod,v 1.73 2000/09/24 02:41:44 andersen Exp $ | 2264 | # $Id: busybox.pod,v 1.74 2000/09/26 22:20:06 andersen Exp $ |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index a8507ba2c..9c38979b7 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1592,11 +1592,11 @@ | |||
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 | #::respawn:/sbin/getty -L ttyS0 9600 vt100 |
1596 | #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 | 1596 | #::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 | #::respawn:/sbin/getty 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 |