From: Jim Meyering Date: Wed, 8 Nov 1995 05:54:07 +0000 (+0000) Subject: (usage): Clarify descriptions of ignpar and ignbrk. X-Git-Tag: TEXTUTILS-1_13F~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=553eb65acd87fcf79e4ee83f23a9174ab17bdda3;p=thirdparty%2Fcoreutils.git (usage): Clarify descriptions of ignpar and ignbrk. From Theodore Ts'o and Ulrich Windl. --- diff --git a/src/stty.c b/src/stty.c index 05853ed949..e177a486b1 100644 --- a/src/stty.c +++ b/src/stty.c @@ -528,9 +528,9 @@ Control settings:\n\ Input settings:\n\ [-]brkint breaks cause an interrupt signal\n\ [-]icrnl translate carriage return to newline\n\ - [-]ignbrk ignore breaks\n\ + [-]ignbrk ignore break characters\n\ [-]igncr ignore carriage return\n\ - [-]ignpar ignore parity errors\n\ + [-]ignpar ignore characters with parity errors\n\ * [-]imaxbel beep and do not flush a full input buffer on a character\n\ [-]inlcr translate newline to carriage return\n\ [-]inpck enable input parity checking\n\