Package: manpages-cs
Version: 0.18.20090209-3
Severity: normal
Dear Maintainer,
czech manpage for the command grep describes parameter --line-buffering. The
correct name of this parameter is --line-buffered.
Demonstration:
$ LANG=cs_CZ.UTF-8 man 1 grep | grep -C1 line-buf
--line-buffering
Použij line buffering, může negativně ovlivnit výkon.
$ LANG=C grep --line-buffering . </dev/null
grep: unrecognized option '--line-buffering'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
The name is correct in english manpage:
$ LANG=C man 1 grep | grep -C1 line-buf
Other Options
--line-buffered
Use line buffering on output. This can cause a performance
penalty.
$ grep --line-buffered . </dev/null
# OK
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
manpages-cs depends on no packages.
manpages-cs recommends no packages.
Versions of packages manpages-cs suggests:
ii konqueror [man-browser] 4:4.6.5-1
ii man-db [man-browser] 2.6.0.2-3
ii manpages 3.35-0.1
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]