diff options
author | Colin Leitner <colin.leitner@googlemail.com> | 2013-11-16 12:14:18 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-11-17 12:26:12 +0000 |
commit | 4e37fc642f6dfda7b7d78531420355c9ad3a824d (patch) | |
tree | f28050354c4635bd0d4a3b63997289367eca61e7 /NEWS | |
parent | 91208453756bf0e86e25c2db35e481ac178f1255 (diff) | |
download | coreutils-4e37fc642f6dfda7b7d78531420355c9ad3a824d.tar.xz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ GNU coreutils NEWS -*- outline -*- split --line-bytes=SIZE, now only allocates memory as needed rather than allocating SIZE bytes at program start. + stty now supports configuring "stick" (mark/space) parity where available. + ** Build-related factor now builds on aarch64 based systems [bug introduced in coreutils-8.20] |