[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.127,1.128"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Mar 9 21:15:39 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv19035/lib/Locale/Po4a

Modified Files:
	Man.pm 
Log Message:
Swap the font modifier and spaces before adding the end of line.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Man.pm	6 Mar 2006 22:09:42 -0000	1.127
+++ Man.pm	9 Mar 2006 21:15:37 -0000	1.128
@@ -625,12 +625,12 @@
             $line .= $l2;
         }
     }
-    $line .= "\n";
-
     # Detect non-wrapped paragraphs
     # This must be done before handling the .B, .RI ... font requests
     $line =~ s/^($FONT_RE)(\s+)/$2$1/;
 
+    $line .= "\n";
+
     # Handle font requests here
     if ($line =~ /^[.'][\t ]*([BI]|BI|BR|IB|IR|RB|RI)(?:(?: +|\t)(.*)|)$/) {
         my $macro = $1;




More information about the Po4a-commits mailing list