[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.123,1.124"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Mon Mar 6 21:52:32 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv20545/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
I forgot to handle .LP as .P
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Man.pm 6 Mar 2006 21:50:58 -0000 1.123
+++ Man.pm 6 Mar 2006 21:52:30 -0000 1.124
@@ -587,7 +587,7 @@
chomp($l2);
if ($line =~ /^(\.[BI])\s*$/) {
if ( $l2 =~ /^[.'][\t ]*([BI]|BI|BR|IB|IR|RB|RI|SH|TP)[\t ]/
- or $l2 =~ /^[.'][\t ]*([BI]|P|PP|TP)\s*$/) {
+ or $l2 =~ /^[.'][\t ]*([BI]|P|PP|LP|TP)\s*$/) {
my $font = $line;
$font =~ s/^\.([BI])\s*$/$1/;
# Register the new current font.
More information about the Po4a-commits
mailing list