diff options
author | Bruno Haible <bruno@clisp.org> | 2012-07-13 15:00:53 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-07-13 15:06:10 +0100 |
commit | 5733f8f982e6d4e3a551edac7edf57c244a9b457 (patch) | |
tree | 4c738702c14b059f8adb5cc2ee6793205ae3884a | |
parent | 8523a37c856b8fca18bbab7886bf433e4542d4bb (diff) | |
download | coreutils-5733f8f982e6d4e3a551edac7edf57c244a9b457.tar.xz |
doc: clarify meaning of '-parodd' in stty help
* src/stty.c (usage): Disambiguate explanation of -parodd.
* THANKS.in: Add reporter.
Reported by Michael Stummvoll
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | src/stty.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -425,6 +425,7 @@ Michael McLagan mmclagan@invlogic.com Michael Mol mikemol@gmail.com Michael Piefel piefel@informatik.hu-berlin.de Michael Steffens michael.steffens@s.netic.de +Michael Stummvoll michael@stummi.org Michael Stutz stutz@dsl.org Michael van Elst mlelstv@dev.de.cw.net Michael Veksler mveksler@techunix.technion.ac.il diff --git a/src/stty.c b/src/stty.c index a95635ce5..432c67935 100644 --- a/src/stty.c +++ b/src/stty.c @@ -584,7 +584,7 @@ Control settings:\n\ [-]hup send a hangup signal when the last process closes the tty\n\ [-]hupcl same as [-]hup\n\ [-]parenb generate parity bit in output and expect parity bit in input\n\ - [-]parodd set odd parity (even with '-')\n\ + [-]parodd set odd parity (or even parity with '-')\n\ "), stdout); fputs (_("\ \n\ |