aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-15 21:20:25 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-15 21:20:25 +0000
commitf16c2e43b433e457ba4293296a0ff154c8ad541a (patch)
tree8b4107270ef005fc4614c31aaa71e1db4fc3768d /docs
parentf70a8592eec825219ae4e7060840deac0e1c419e (diff)
downloadbusybox-w32-f16c2e43b433e457ba4293296a0ff154c8ad541a.tar.gz
busybox-w32-f16c2e43b433e457ba4293296a0ff154c8ad541a.tar.bz2
busybox-w32-f16c2e43b433e457ba4293296a0ff154c8ad541a.zip
One tiny little missing newline that confused pod.
git-svn-id: svn://busybox.net/trunk/busybox@2109 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod11
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
975Example /etc/inittab file: 975Example /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 $