Bug 7456

Summary: Орфографическая ошибка в переводе сообщения для программы cmp
Product: Sisyphus Reporter: Slava Semushin <php-coder>
Component: diffutilsAssignee: inger <inger>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: glebfm, ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Slava Semushin 2005-07-25 10:14:50 MSD
хех :)

Вот простейший пример, демонстрирующий это:

[c0der@mycomp ~]$ touch 1
[c0der@mycomp ~]$ echo "2" > 2
[c0der@mycomp ~]$ cmp 1 2
cmp: коней файла в 1
[c1der@mycomp ~]$

Должно быть "cmp: конец файла в 1":

[c1der@mycomp ~]$ LANG=C cmp 1 2
cmp: EOF on 1
[c1der@mycomp ~]$
Comment 1 Dmitry V. Levin 2005-07-31 19:52:25 MSD
This bug was fixed long time ago.
At least diffutils-2.8.7-alt2 doesn't contain it.