bug-bash
[Top][All Lists]
Advanced

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

Typo in german translation of "help exit"


From: killermoehre
Subject: Typo in german translation of "help exit"
Date: Fri, 09 Jan 2015 14:03:04 +0000

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' 
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' 
-DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib  -D_FORTIFY_SOURCE=2 
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4 
-DDEFAULT_PATH_VALUE='/usr/local/sbin:/usr/local/bin:/usr/bin' 
-DSTANDARD_UTILS_PATH='/usr/bin' -DSYS_BASHRC='/etc/bash.bashrc' 
-DSYS_BASH_LOGOUT='/etc/bash.bash_logout'
uname output: Linux marmelade 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 
UTC 2014 x86_64 GNU/Linux
Machine Type: x86_64-unknown-linux-gnu

Bash Version: 4.3
Patch Level: 30
Release Status: release

Description:
        If you run "help exit" with german locale, you see the typo.
        Output:
        exit: exit [n]
            Beendet die aktuelle Shell.

            Beendt die die aktuelle Shell mit dem Rückgabewert N.  Wenn N nicht 
angegeben ist,
            wird der Rückgabewert des letzten ausgeführten Kommandos übernommen.

        Expected output:
        exit: exit [n]
            Beendet die aktuelle Shell.

            Beendet die aktuelle Shell mit dem Rückgabewert N.  Wenn N nicht 
angegeben ist,
            wird der Rückgabewert des letzten ausgeführten Kommandos übernommen.

Repeat-By:
        LANG=de_DE.UTF-8 bash -c "help exit"



reply via email to

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