aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-15 21:20:25 +0000
committerMark Whitley <markw@lineo.com>2001-03-15 21:20:25 +0000
commitf71378c4adc56121e589856fc2ed80707ef4a6f2 (patch)
tree8b4107270ef005fc4614c31aaa71e1db4fc3768d
parent0a6f1d31e7712d9af315f4576857c67cade7453f (diff)
downloadbusybox-w32-f71378c4adc56121e589856fc2ed80707ef4a6f2.tar.gz
busybox-w32-f71378c4adc56121e589856fc2ed80707ef4a6f2.tar.bz2
busybox-w32-f71378c4adc56121e589856fc2ed80707ef4a6f2.zip
One tiny little missing newline that confused pod.
-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 $