diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-21 14:51:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-21 14:51:02 +0000 |
commit | 63dece38a14c9d99241da91876d0313a1b2181e9 (patch) | |
tree | d5e893eb8208aed93c2e233aa8c628ee79c3413c | |
parent | 3904fb599e9d7d0cdaf299e4855a019e8fd4f7bc (diff) | |
download | coreutils-63dece38a14c9d99241da91876d0313a1b2181e9.tar.xz |
(usage): Correct typo (-iucl -> -iuclc) in usage message.
From Thomas Olsson <d95to@efd.lth.se>.
-rw-r--r-- | src/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c index f96659d2c..d771160f3 100644 --- a/src/stty.c +++ b/src/stty.c @@ -615,7 +615,7 @@ Combination settings:\n\ -imaxbel -opost -isig -icanon -xcase min 1 time 0\n\ -raw same as cooked\n\ sane same as cread -ignbrk brkint -inlcr -igncr icrnl\n\ - -ixoff -iucl -ixany imaxbel opost -olcuc -ocrnl onlcr\n\ + -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n\ -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n\ isig icanon iexten echo echoe echok -echonl -noflsh\n\ -xcase -tostop -echoprt echoctl echoke, all special\n\ |