From 5733f8f982e6d4e3a551edac7edf57c244a9b457 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 13 Jul 2012 15:00:53 +0100 Subject: doc: clarify meaning of '-parodd' in stty help * src/stty.c (usage): Disambiguate explanation of -parodd. * THANKS.in: Add reporter. Reported by Michael Stummvoll --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stty.c') 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\ -- cgit v1.2.3-54-g00ecf