[arch-general] German manpage for bash
Hi, perhaps I'm "mad", but I wish to get a German manpage for bash and at least an English manpage how to write bash completions. Does anybody know a source for exotic manpages? [rocketmouse@archlinux ~]$ grep mad .bashrc alias mad='LANG=de_DE.utf8 man' [rocketmouse@archlinux ~]$ pacman -Ql man-pages | grep bash [rocketmouse@archlinux ~]$ pacman -Ql man-pages-de | grep bash [rocketmouse@archlinux ~]$ pacman -Ql bash-completion | grep share/man [rocketmouse@archlinux ~]$ pacman -Ql bash | grep share/man bash /usr/share/man/ bash /usr/share/man/man1/ bash /usr/share/man/man1/bash.1.gz bash /usr/share/man/man1/bashbug.1.gz The repositories seem not to provide the desired manpages. Regards, Ralf
PS: I'm a little bit confused, for example regarding to [rocketmouse@archlinux ~]$ pacman -Ql man-pages | grep lscpu [rocketmouse@archlinux ~]$ pacman -Ql man-pages-de | grep lscpu man-pages-de /usr/share/man/de/man1/lscpu.1.gz [rocketmouse@archlinux ~]$ man lscpu | head -9; man lscpu | grep -A2 DES LSCPU(1) User Commands LSCPU(1) NAME lscpu - display information about the CPU architecture SYNOPSIS lscpu [-a|-b|-c] [-x] [-s directory] [-e[=list]|-p[=list]] lscpu -h|-V DESCRIPTION lscpu gathers CPU architecture information from sysfs, /proc/cpuinfo and any applicable architecture- specific libraries (e.g. librtas on Powerpc). The command output can be optimized for parsing or for [rocketmouse@archlinux ~]$ LANG=de_DE.utf8 man lscpu | grep -A5 BESCHREIBUNG BESCHREIBUNG lscpu gathers CPU architecture information from sysfs, /proc/cpuinfo and any applicable architec‐ ture-specific libraries (e.g. librtas on Powerpc). The command output can be optimized for parsing or for easy readability by humans. The information includes, for example, the number of CPUs, threads, cores, sockets, and Non-Uniform Memory Access (NUMA) nodes. There is also information about the CPU caches and cache sharing, family, model, bogoMIPS, byte order, and stepping.
On Thu, 20 Oct 2016 12:10:11 +0200 Ralf Mardorf <silver.bullet@zoho.com> wrote:
PS:
I'm a little bit confused, for example regarding to
[rocketmouse@archlinux ~]$ pacman -Ql man-pages | grep lscpu [rocketmouse@archlinux ~]$ pacman -Ql man-pages-de | grep lscpu man-pages-de /usr/share/man/de/man1/lscpu.1.gz [rocketmouse@archlinux ~]$ man lscpu | head -9; man lscpu | grep -A2 DES LSCPU(1) User Commands LSCPU(1)
NAME lscpu - display information about the CPU architecture
SYNOPSIS lscpu [-a|-b|-c] [-x] [-s directory] [-e[=list]|-p[=list]] lscpu -h|-V
DESCRIPTION lscpu gathers CPU architecture information from sysfs, /proc/cpuinfo and any applicable architecture- specific libraries (e.g. librtas on Powerpc). The command output can be optimized for parsing or for [rocketmouse@archlinux ~]$ LANG=de_DE.utf8 man lscpu | grep -A5 BESCHREIBUNG BESCHREIBUNG lscpu gathers CPU architecture information from sysfs, /proc/cpuinfo and any applicable architec‐ ture-specific libraries (e.g. librtas on Powerpc). The command output can be optimized for parsing or for easy readability by humans. The information includes, for example, the number of CPUs, threads, cores, sockets, and Non-Uniform Memory Access (NUMA) nodes. There is also information about the CPU caches and cache sharing, family, model, bogoMIPS, byte order, and stepping.
This is a bug in the 1.12 version of the package (downloaded upstream sources and built manually does give the same output). However, in the current version (1.16), the bug seems fixed (at least for lscpu), so I flagged the package out-of-date. Cheers -- Simon Doppler (dopsi) W: https://dopsi.ch AUR: https://aur.archlinux.org/account/dopsi GitHub: https://github.com/dopsi PGP: EB36 7755 7EE8 B2A1 F6C4 907E F0D6 8494 7E78 9926 [1]https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=manpages-de/ma...
On Thu, 20 Oct 2016 11:52:23 +0200 Ralf Mardorf <silver.bullet@zoho.com> wrote:
Hi,
perhaps I'm "mad", but I wish to get a German manpage for bash and at least an English manpage how to write bash completions.
Does anybody know a source for exotic manpages?
[rocketmouse@archlinux ~]$ grep mad .bashrc alias mad='LANG=de_DE.utf8 man' [rocketmouse@archlinux ~]$ pacman -Ql man-pages | grep bash [rocketmouse@archlinux ~]$ pacman -Ql man-pages-de | grep bash [rocketmouse@archlinux ~]$ pacman -Ql bash-completion | grep share/man [rocketmouse@archlinux ~]$ pacman -Ql bash | grep share/man bash /usr/share/man/ bash /usr/share/man/man1/ bash /usr/share/man/man1/bash.1.gz bash /usr/share/man/man1/bashbug.1.gz
The repositories seem not to provide the desired manpages.
Regards, Ralf Hi,
Both Ubuntu and Debian have German manpages packages, but both lack the bash page. The German version of http://manpages.org also lacks the bash page. You could maybe check with the German bash translator, https://translationproject.org/domain/bash.html if he has some form of bash manpage. -- Simon Doppler (dopsi) W: https://dopsi.ch AUR: https://aur.archlinux.org/account/dopsi GitHub: https://github.com/dopsi PGP: EB36 7755 7EE8 B2A1 F6C4 907E F0D6 8494 7E78 9926
On Thu, 20 Oct 2016 12:11:40 +0200, Simon Doppler wrote:
You could maybe check with the German bash translator, https://translationproject.org/domain/bash.html if he has some form of bash manpage.
Thank you, regarding https://translationproject.org/extra/matrix.html 50% of "bash" are translated. I didn't check if "bash" includes its manpage. Regards, Ralf
participants (2)
-
Ralf Mardorf
-
Simon Doppler