[ANNOUNCEMENT] Updated: dos2unix 6.0.6-1

Marco Atzeri marco.atzeri@gmail.com
Sat Aug 16 13:27:00 GMT 2014



On 16/08/2014 10:08, Marco Atzeri wrote:
> On 05/08/2014 22:33, Erwin Waterlander wrote:
>> CHANGES SINCE LAST RELEASE:
>> ===========================
>>
>>
>> New upstream release.
>>    * Bugfix: mac2unix conversion produced corrupted output
>>      from UTF-16 input file.
>>    * New options -b (keep BOM) and -r (remove BOM).
>>    * New translation of the UI messages: Norwegian Bokmaal.
>>
>
> Hi Erwin,
> the new man-db has problems with some man pages
> as it takes only strict ".so" directive
>
> $ man u2d
> man: can't open /usr/share/man/dos2unix.1: No such file or directory
> No manual entry for u2d
>
>   $ gzip -c -d /usr/share/man/man1/d2u.1.gz
> .so dos2unix.1
>
> and the pages are all "*1.gz"
>
> replacing with ".so dos2unix.1.gz" seems to work.
>
> Regards
> Marco

it seems a man path search defect of man db

$ cd /
$ man u2d
man: can't open /usr/share/man/dos2unix.1: No such file or directory
No manual entry for u2d

but
$ cd /usr/share/man/man1/
$ man u2d

works.

As
$ gzip -cd u2d.1.gz
.so unix2dos.1

man-db is looking on the wrong directory, while for

$ gzip -cd zcat.1.gz
.so man1/gzip.1

$ man zcat
works fine everywhere


Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list