bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22758: stty help display PO/POT file header


From: Akihiro Motoki
Subject: bug#22758: stty help display PO/POT file header
Date: Sun, 21 Feb 2016 19:16:44 +0900

PO/POT file header is displayed in the help message of stty from
coreutils 8.25 as below.
The following patch fixes this.


--- coreutils-8.25/src/stty.c.orig      2016-02-19 04:42:49.092838666 +0900
+++ coreutils-8.25/src/stty.c   2016-02-19 04:38:56.033176525 +0900
@@ -953,8 +953,6 @@
 #endif
 );
       fputs (_("\
-"), stdout);
-      fputs (_("\
    oddp          same as parenb parodd cs7\n\
    -oddp         same as -parenb cs8\n\
    [-]parity     same as [-]evenp\n\



$ ./src/stty --help
Usage: ./src/stty [-F DEVICE | --file=DEVICE] [SETTING]...
  or:  ./src/stty [-F DEVICE | --file=DEVICE] [-a|--all]
  or:  ./src/stty [-F DEVICE | --file=DEVICE] [-g|--save]
Print or change terminal characteristics.

[...]

   nl            same as -icrnl -onlcr
   -nl           same as icrnl -inlcr -igncr onlcr -ocrnl -onlret
Project-Id-Version: coreutils-7.6
Report-Msgid-Bugs-To: address@hidden
POT-Creation-Date: 2013-02-14 15:56+0000
PO-Revision-Date: 2010-06-11 17:41+0000
Last-Translator: Steve Langasek <address@hidden>
Language-Team: none
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Launchpad-Export-Date: 2015-02-19 10:39+0000
X-Generator: Launchpad (build 17341)
   oddp          same as parenb parodd cs7
   -oddp         same as -parenb cs8





reply via email to

[Prev in Thread] Current Thread [Next in Thread]