[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.155,1.156"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Jun 14 20:45:30 UTC 2006


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

Modified Files:
	Man.pm 
Log Message:
.el macros can be followed by a space or an escaped curly bracket (\{).


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Man.pm	14 Jun 2006 20:42:04 -0000	1.155
+++ Man.pm	14 Jun 2006 20:45:27 -0000	1.156
@@ -1865,7 +1865,7 @@
         if ($m eq '.ie') {
             ($line,$ref)=$self->SUPER::shiftline();
             chomp $line;
-            if ($line !~ m/^[.'][ \t]*el\s/) {
+            if ($line !~ m/^[.'][ \t]*el(\s|\\\{)/) {
                 die ".ie without .el\n"
             }
             my $paragraph2 = $line;




More information about the Po4a-commits mailing list