From: Eric Andersen Date: Thu, 7 Nov 2002 02:26:59 +0000 (-0000) Subject: Fix a stupid typo X-Git-Tag: 1_00_pre1~472 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1713a11a265c02f68f713f4bf4a125c880852d6e;p=oweals%2Fbusybox.git Fix a stupid typo --- diff --git a/include/usage.h b/include/usage.h index b49f3869b..1d22806f1 100644 --- a/include/usage.h +++ b/include/usage.h @@ -918,8 +918,8 @@ " \n" \ " # /sbin/getty invocations for selected ttys\n" \ " #\n" \ -" tty4::respawn:/sbin/getty 38400 tty5\n" \ -" tty5::respawn:/sbin/getty 38400 tty6\n" \ +" tty4::respawn:/sbin/getty 38400 tty4\n" \ +" tty5::respawn:/sbin/getty 38400 tty5\n" \ " \n" \ " \n" \ " # Example of how to put a getty on a serial line (for a terminal)\n" \