[Po4a-devel][CVS] po4a/lib/Locale/Po4a Man.pm,1.22,1.23

Martin Quinson po4a-devel@lists.alioth.debian.org
Sun, 08 Aug 2004 20:36:22 +0000


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

Modified Files:
	Man.pm 
Log Message:
Clarify a comment

Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Man.pm	7 Aug 2004 04:51:33 -0000	1.22
+++ Man.pm	8 Aug 2004 20:36:19 -0000	1.23
@@ -629,7 +629,7 @@
 	    #  .\"  => comments
 	    #  .    => empty point on the line
 	    #  .tr abcd...
-	    #       => Translate a to b, c to d, etc. on output.
+	    #       => substitution like Perl's tr/ac/bd/ on output.
 	    if ($macro eq '\"' || $macro eq '' || $macro eq 'tr') {
 		$self->pushline($line."\n");
 		goto LINE;