aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.sgml
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-26 22:20:06 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-26 22:20:06 +0000
commit8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8 (patch)
tree7ad4d7b4455f192f2765cb6b51f1fe6db0357c9f /docs/busybox.sgml
parentbdcc6fbd95e811f492559db53b29f4f2ff077c94 (diff)
downloadbusybox-8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8.tar.gz
Fix up the docs
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r--docs/busybox.sgml6
1 files changed, 3 insertions, 3 deletions
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 @@
# 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
+ #::respawn:/sbin/getty -L ttyS0 9600 vt100
+ #::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
+ #::respawn:/sbin/getty 57600 ttyS2
# Stuff to do before rebooting
::ctrlaltdel:/bin/umount -a -r