From: Mark Whitley Date: Thu, 15 Mar 2001 21:20:25 +0000 (-0000) Subject: One tiny little missing newline that confused pod. X-Git-Tag: 0_50~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f71378c4adc56121e589856fc2ed80707ef4a6f2;p=oweals%2Fbusybox.git One tiny little missing newline that confused pod. --- 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 =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 $