From 5733f8f982e6d4e3a551edac7edf57c244a9b457 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 13 Jul 2012 15:00:53 +0100 Subject: [PATCH] doc: clarify meaning of '-parodd' in stty help * src/stty.c (usage): Disambiguate explanation of -parodd. * THANKS.in: Add reporter. Reported by Michael Stummvoll --- THANKS.in | 1 + src/stty.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS.in b/THANKS.in index a00357de44..57639d99b9 100644 --- a/THANKS.in +++ b/THANKS.in @@ -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 a95635ce52..432c67935d 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\ -- 2.47.2