Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv21245/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
add nh (untranslated)
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Man.pm 21 Jul 2004 00:25:07 -0000 1.18
+++ Man.pm 21 Jul 2004 00:39:01 -0000 1.19
@@ -900,6 +900,7 @@
$macro{'ft'}=\&untranslated;
# .hc c Set up additional hyphenation indicator character c.
$macro{'hc'}=\&untranslated;
+# .hy Enable hyphenation (see nh)
# .hy N Switch to hyphenation mode N.
# .hym n Set the hyphenation margin to n (default scaling indicator m).
# .hys n Set the hyphenation space to n.
@@ -929,11 +930,14 @@
}
};
+
# .lf N file Set input line number to N and filename to file.
-$macro{'lf'}=\&untranslated;
-# .ll N Set line length according to N
-$macro{'ll'}=\&untranslated;
+$macro{'lf'}=\&untranslated;
+# .ll N Set line length according to N
+$macro{'ll'}=\&untranslated;
+# .nh disable hyphenation (see hy)
+$macro{'nh'}=\&untranslated;
# .na No Adjusting (see ad)
$macro{'na'}=\&untranslated;
# .ne N Need N vertical space
Show replies by date