[Po4a-commits] po4a/lib/Locale/Po4a Man.pm,1.66,1.67

Martin Quinson po4a-devel@lists.alioth.debian.org
Sun, 14 Nov 2004 21:42:35 +0000


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

Modified Files:
	Man.pm 
Log Message:
Add a useless comment

Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Man.pm	14 Nov 2004 15:35:16 -0000	1.66
+++ Man.pm	14 Nov 2004 21:42:32 -0000	1.67
@@ -395,6 +395,7 @@
     print STDERR "pre_trans($str)="
 	if ($debug{'pretrans'});
 
+    # Note: if you want to implement \c support, the gdb man page is your playground
     die sprintf("po4a::man: %s: ".dgettext("po4a","Escape sequence \\c encountered. This is not completely handled yet.")
 		,$ref)."\n"
 	if ($str =~ /\\c/);