diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-01-23 03:09:16 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-01-24 01:07:00 +0000 |
commit | 564f84a91adfc7bd4aba2f024f6c64ef757aba69 (patch) | |
tree | 3685deb580584c828ed78722154fd40213b724ee /doc | |
parent | c6a722946d9868b49fa363dc6e562c39ac8e9de7 (diff) | |
download | coreutils-564f84a91adfc7bd4aba2f024f6c64ef757aba69.tar.xz |
stty: only print supported options for combined options
* src/stty.c (usage): Don't reference unsupported options,
in the combined options descriptions.
* doc/coreutils.texi (stty invocation): Adjust for the
new order of the 'sane' and 'raw' combined options.
Also add -iutf8 to the 'sane' list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 1d6f9d86b..4a15939b6 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -14315,11 +14315,11 @@ Same as: @c This is too long to write inline. @example -cread -ignbrk brkint -inlcr -igncr icrnl -ixoff --iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr --onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 -ff0 isig icanon iexten echo echoe echok -echonl --noflsh -xcase -tostop -echoprt echoctl echoke -extproc +cread -ignbrk brkint -inlcr -igncr icrnl +icanon iexten echo echoe echok -echonl -noflsh +-ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl +opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0 +isig -tostop -ofdel -echoprt echoctl echoke -extproc @end example @noindent @@ -14338,8 +14338,8 @@ Same as: @example -ignbrk -brkint -ignpar -parmrk -inpck -istrip --inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany --imaxbel -opost -isig -icanon -xcase min 1 time 0 +-inlcr -igncr -icrnl -ixon -ixoff -icanon -opost +-isig -iuclc -ixany -imaxbel -xcase min 1 time 0 @end example @noindent |