aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent0a6f1d31e7712d9af315f4576857c67cade7453f (diff)
downloadbusybox-f71378c4adc56121e589856fc2ed80707ef4a6f2.tar.gz
One tiny little missing newline that confused pod.
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
Specifies the process to be executed and it's command line.
Example /etc/inittab file:
+
::sysinit:/etc/init.d/rcS
- ::askfirst:-/bin/sh
- tty2::askfirst:-/bin/sh
+ ::askfirst:-/bin/sh
+ tty2::askfirst:-/bin/sh
tty3::askfirst:-/bin/sh
tty4::askfirst:-/bin/sh
@@ -984,8 +985,8 @@ Example /etc/inittab file:
tty5::respawn:/sbin/getty 38400 tty6
-
- ::ctrlaltdel:/bin/umount -a -r
+
+ ::ctrlaltdel:/bin/umount -a -r
::ctrlaltdel:/sbin/swapoff -a
@@ -2475,4 +2476,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.91 2001/03/15 21:08:01 beppu Exp $
+# $Id: busybox.pod,v 1.92 2001/03/15 21:20:25 markw Exp $