From: Rafael Garcia-Suarez Date: Fri, 13 Jul 2007 08:36:23 +0000 (+0000) Subject: That's NAME, not TITLE. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab84f958e8eba0064169969835201436ec252edf;p=p5sagit%2Fp5-mst-13.2.git That's NAME, not TITLE. p4raw-id: //depot/perl@31606 --- diff --git a/Porting/regcharclass.pl b/Porting/regcharclass.pl index 7f97ca3..b90a651 100644 --- a/Porting/regcharclass.pl +++ b/Porting/regcharclass.pl @@ -8,13 +8,13 @@ use Data::Dumper; $Data::Dumper::Useqq= 1; our $hex_fmt= "0x%02X"; -=head1 TITLE +=head1 NAME CharClass::Matcher -- Generate C macros that match character classes efficiently =head1 SYNOPSIS - ~/perl$ perl Porting\regcharclass.pl + perl Porting/regcharclass.pl =head1 DESCRIPTION