diff options
-rw-r--r-- | docs/busybox.pod | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index c5d7396fc..644abc359 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -973,10 +973,11 @@ If you choose to use an /etc/inittab file, the inittab entry format is as follow | |||
973 | Specifies the process to be executed and it's command line. | 973 | Specifies the process to be executed and it's command line. |
974 | 974 | ||
975 | Example /etc/inittab file: | 975 | Example /etc/inittab file: |
976 | |||
976 | ::sysinit:/etc/init.d/rcS | 977 | ::sysinit:/etc/init.d/rcS |
977 | 978 | ||
978 | ::askfirst:-/bin/sh | 979 | ::askfirst:-/bin/sh |
979 | tty2::askfirst:-/bin/sh | 980 | tty2::askfirst:-/bin/sh |
980 | tty3::askfirst:-/bin/sh | 981 | tty3::askfirst:-/bin/sh |
981 | tty4::askfirst:-/bin/sh | 982 | tty4::askfirst:-/bin/sh |
982 | 983 | ||
@@ -984,8 +985,8 @@ Example /etc/inittab file: | |||
984 | tty5::respawn:/sbin/getty 38400 tty6 | 985 | tty5::respawn:/sbin/getty 38400 tty6 |
985 | 986 | ||
986 | 987 | ||
987 | 988 | ||
988 | ::ctrlaltdel:/bin/umount -a -r | 989 | ::ctrlaltdel:/bin/umount -a -r |
989 | ::ctrlaltdel:/sbin/swapoff -a | 990 | ::ctrlaltdel:/sbin/swapoff -a |
990 | 991 | ||
991 | 992 | ||
@@ -2475,4 +2476,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2475 | 2476 | ||
2476 | =cut | 2477 | =cut |
2477 | 2478 | ||
2478 | # $Id: busybox.pod,v 1.91 2001/03/15 21:08:01 beppu Exp $ | 2479 | # $Id: busybox.pod,v 1.92 2001/03/15 21:20:25 markw Exp $ |