From: "Tim Van Holder" To: Subject: RE: Two glitches for autoconf 2.49b Date: Tue, 2 Jan 2001 19:16:54 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <5.0.2.1.0.20010102112624.0274c260@pop5.banet.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA05535 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Eli, would it be too intrusive to add a "special case" to the man clone > to check for "::" in the requested page name and automagically convert > it to "__"? Maybe only if the file open fails, so as not to interrupt > normal operation? Given that ':' is illegal in a name, there's no reason not to do the substitution unconditionally (maybe man could always replace illegal chars with _ (in case some man page is called 'foo*.1').