[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.142,1.143"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Jun 3 17:45:38 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv21118/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Reset some memories when docheader is called (beginning of a new file).
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- Man.pm 3 Jun 2006 00:39:27 -0000 1.142
+++ Man.pm 3 Jun 2006 17:45:36 -0000 1.143
@@ -1207,6 +1207,11 @@
# other module, because the first line may contain indications on how the
# man page must be processed.
sub docheader {
+ @comments = ();
+ @next_comments = ();
+ set_regular("R");
+ set_font("R");
+ set_font("R");
return "";
}
More information about the Po4a-commits
mailing list