Message-ID: <3A5198F6.1000002@pandora.be> Date: Tue, 02 Jan 2001 10:01:42 +0100 From: Tim Van Holder User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-3 i686; en-US; m18) Gecko/20001107 Netscape6/6.0 X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com, "Peter J. Farley III" Subject: Re: Two glitches for autoconf 2.49b References: <9003-Mon01Jan2001185653+0200-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com >> Oh, and while we're on the topic of man pages, how would you treat >> Perl's man pages (eg Foo::Bar.3). These are extremely invalid names >> on dos. > > What? Perl finally got man pages?? It doesn't use *.pod files > anymore??? Blasphemy! ;-) It can optionally install its pods as man pages. >> I'd suggest that man changes '::' in a man page to a '/', so >> the man pages can be in subdirs (eg man/cat3/Foo/Bar.3). > I don't think `man' should dictate to the ported Perl how to rename > these files in the DJGPP port. No, of course not - but it would be nice if man translated '::' to whatever alternative the ported perl uses. I have my reservations about using '__' instead of '::' though; few packages have a name with less than three letters. This would give Foo__xxxxxxxxx.1, where the xxxx would only have three significant letters in an 8.3 system. Not a lot. A quick check in /usr/man/man3 on my RH6.2 box shows a few dozen names that would cause trouble (a few examples: anything from Digest, ExtUtils or Getopt, as the name + __ is already 8 or longer, Pod::Parser and Pod::ParseUtils, and several more). IIRC perl uses a perl script to manufacture and install these man pages, so I think it should not be that hard to use subdirs if on DOS. Peter? > How are these files called in the distributions of DOS and Windows > ports (`:' is invalid on Windows as well)? I think they simply don't include man versions (IIRC, ActiveState includes html'ed pod files). I guess 'man' is not used that much in a GUI environment. -- Tim Van Holder - Falcon Software N.V. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= This message was posted using plain text. I do not endorse any products or services that may be hyperlinked to this message.