[arch-general] German manpage for bash
Ralf Mardorf
silver.bullet at zoho.com
Thu Oct 20 10:10:11 UTC 2016
PS:
I'm a little bit confused, for example regarding to
[rocketmouse at archlinux ~]$ pacman -Ql man-pages | grep lscpu
[rocketmouse at archlinux ~]$ pacman -Ql man-pages-de | grep lscpu
man-pages-de /usr/share/man/de/man1/lscpu.1.gz
[rocketmouse at 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 at 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.
More information about the arch-general
mailing list