[Po4a-devel][CVS] po4a/lib/Locale/Po4a Man.pm,1.19,1.20

Martin Quinson po4a-devel@lists.alioth.debian.org
Wed, 21 Jul 2004 00:45:04 +0000


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

Modified Files:
	Man.pm 
Log Message:
.fi allows wrap again, .nf stops it, not the other way round (bug fixed)

Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Man.pm	21 Jul 2004 00:39:01 -0000	1.19
+++ Man.pm	21 Jul 2004 00:45:02 -0000	1.20
@@ -639,9 +639,9 @@
 	    #  .fi => wrap again
 	    if ($macro eq 'nf' || $macro eq 'fi') {
 		if ($macro eq 'fi') {
-		    $wrapped_mode='MACRONO';
-		} else {
 		    $wrapped_mode='YES';
+		} else {
+		    $wrapped_mode='MACRONO';
 		}
 		$self->pushline($line."\n");
 		goto LINE;