aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-07 02:26:59 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-07 02:26:59 +0000
commit1713a11a265c02f68f713f4bf4a125c880852d6e (patch)
tree80da41eac6c0278bafaab41a53b680a13a4a196e
parentef5e8f8de04af2f87a77738bfbad2ac1e58605d9 (diff)
downloadbusybox-w32-1713a11a265c02f68f713f4bf4a125c880852d6e.tar.gz
busybox-w32-1713a11a265c02f68f713f4bf4a125c880852d6e.tar.bz2
busybox-w32-1713a11a265c02f68f713f4bf4a125c880852d6e.zip
Fix a stupid typo
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
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 @@
918" \n" \ 918" \n" \
919" # /sbin/getty invocations for selected ttys\n" \ 919" # /sbin/getty invocations for selected ttys\n" \
920" #\n" \ 920" #\n" \
921" tty4::respawn:/sbin/getty 38400 tty5\n" \ 921" tty4::respawn:/sbin/getty 38400 tty4\n" \
922" tty5::respawn:/sbin/getty 38400 tty6\n" \ 922" tty5::respawn:/sbin/getty 38400 tty5\n" \
923" \n" \ 923" \n" \
924" \n" \ 924" \n" \
925" # Example of how to put a getty on a serial line (for a terminal)\n" \ 925" # Example of how to put a getty on a serial line (for a terminal)\n" \