X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=YG4oueWYxMRQi8hiXuPrCsm2pvMJpRw5MyJu00fDW6B MPn0FZdVjeshAnEWiRSP8TpxDRkMHaKoNG5YYmr014GWWYOnszBkajlLffWGDWTw vsqxqoaJd6ohmSuocolWOuNjE7vAPL6Qk6J+OKE4p9ORYSypSla/PNL9x8cl9ASY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=kwjpG2WodhHjzwnVHo2TtpqzqdU=; b=jDlHF224GV7k6cLG4 VigqgSS6m8FR9OVYZe5aNTG84QVFYKN5234FnjTQ9n3vJM+Vw5nTS6FIIqLLphoY zXM6MEcrW/Wp9NETmAmJiXjlngQsD/VnvKUHSeRvk8Ueq8DZVe/9F+WjRqAN9UQo tAuzBMNDSXB3szwWxBUg4jAk6E= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f169.google.com X-Received: by 10.152.10.193 with SMTP id k1mr16490042lab.79.1408195619072; Sat, 16 Aug 2014 06:26:59 -0700 (PDT) Message-ID: <53EF5C1E.105@gmail.com> Date: Sat, 16 Aug 2014 15:26:54 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: dos2unix 6.0.6-1 References: <53EF1162 DOT 10900 AT gmail DOT com> In-Reply-To: <53EF1162.10900@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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