[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.215,1.216"

Denis Barbier barbier-guest at alioth.debian.org
Sat Aug 14 16:10:25 UTC 2010


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv5541/lib/Locale/Po4a

Modified Files:
	Man.pm 
Log Message:
Oops, previous commit was buggy, thanks to David Prevot for noticing


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- Man.pm	14 Aug 2010 10:58:09 -0000	1.215
+++ Man.pm	14 Aug 2010 16:10:22 -0000	1.216
@@ -1065,7 +1065,7 @@
     $str =~ s/\Q$nbs_out/\\ /sg if defined $nbs_out;
     # No nbsp (said "\ " in groff on the last pos of the line, or groff adds
     # an extra space
-    $str =~ s/\\ \n(?:.)/\\ /sg;
+    $str =~ s/\\ \n(?=.)/\\ /sg;
 
     # Make sure we compute internal sequences right.
     # think about: B<AZE E<lt> EZA E<gt>>




More information about the Po4a-commits mailing list