GNU bug report logs - #22758
stty help display PO/POT file header

Previous Next

Package: coreutils;

Reported by: Akihiro Motoki <amotoki <at> gmail.com>

Date: Sun, 21 Feb 2016 18:39:02 UTC

Severity: normal

Tags: fixed

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Akihiro Motoki <amotoki <at> gmail.com>
To: 22758 <at> debbugs.gnu.org
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: bug-coreutils <at> gnu.org
POT-Creation-Date: 2013-02-14 15:56+0000
PO-Revision-Date: 2010-06-11 17:41+0000
Last-Translator: Steve Langasek <steve.langasek <at> canonical.com>
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




This bug report was last modified 6 years and 213 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.