stty: add support for mark/space parity
commit4e37fc642f6dfda7b7d78531420355c9ad3a824d
authorColin Leitner <colin.leitner@googlemail.com>
Sat, 16 Nov 2013 11:14:18 +0000 (16 12:14 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 17 Nov 2013 12:26:12 +0000 (17 12:26 +0000)
treef28050354c4635bd0d4a3b63997289367eca61e7
parent91208453756bf0e86e25c2db35e481ac178f1255
stty: add support for mark/space parity

This adds support for using a constant or "stick" parity bit.

* src/stty.c (usage): Mention the new flag.
* tests/misc/stty.sh: Adjust for the new flag.
* NEWS: Mention the improvement.
* docs/coreutils.texi (stty invocation): Mention the new flag.
NEWS
doc/coreutils.texi
src/stty.c
tests/misc/stty.sh