[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.96,1.97"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Fri Sep 2 15:51:01 UTC 2005
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv13388/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
The first line after a .TP is particular, it must be kept in a single
line. It must be no_wrap.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Man.pm 2 Sep 2005 11:38:56 -0000 1.96
+++ Man.pm 2 Sep 2005 15:50:59 -0000 1.97
@@ -1301,7 +1301,7 @@
# of a line continuation.
$self->SUPER::unshiftline($l2,$ref2);
} else {
- $self->pushline($self->t($l2)."\n");
+ $self->pushline($self->t($l2, "wrap" => 0)."\n");
}
# From info groff:
More information about the Po4a-commits
mailing list