X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <7zaat7ump7.fsf@vzell-de.de.oracle.com> References: <7zaat7ump7 DOT fsf AT vzell-de DOT de DOT oracle DOT com> Date: Wed, 14 Apr 2010 12:50:39 +0200 Received: by 10.102.7.12 with SMTP id 12mr4081432mug.104.1271242239173; Wed, 14 Apr 2010 03:50:39 -0700 (PDT) Message-ID: Subject: Re: Some Perl notes From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 2010/4/13 Dr. Volker Zell: >>>>>> Reini Urban writes: > > =A0 =A0> man > =A0 =A0> =3D=3D=3D > =A0 =A0> I'm still waiting for a man update to support perl-style :: conv= ersion to . > =A0 =A0> http://sourceware.org/ml/cygwin/2009-09/msg00097.html > > Hi Reini > Sorry I only saw your mail today. > Is that really needed ? > > For example, lets take the man page > =A0o /usr/share/man/man3/Test.Simple.3pm.gz > For me in cygwin 1.5 and 1.7 the following already displays the right > man page -> Test::Simple(3pm) > =A0o man 3 Test.Simple > and > =A0o man 3 Test::Simple > > So what's the benefit of your patch ? You are right. Looks like "::" are already correctly translated to "." $ man Compress::Raw::Bzip2 works Using the original $ /bin/man.exe --version man, version 1.6e and not my new version 1.6f. As I understood it, version 1.6e converted "::" to "?", and it did not work me that time. 2009-09-03 Reini Urban * (src/manfile.h, src/manfile.c): replace the : reclacement char ? with . to sync with perl on win32. Lets put that aside. But maybe move man.conf from /usr/share/misc to /etc Thanks for checking! --=20 Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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