[Po4a-commits] Man.pm,1.95,1.96

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Sep 2 11:38:58 UTC 2005


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

Modified Files:
	Man.pm 
Log Message:
Implement the 'vs' macro.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Man.pm	2 Sep 2005 10:37:56 -0000	1.95
+++ Man.pm	2 Sep 2005 11:38:56 -0000	1.96
@@ -1488,6 +1488,12 @@
 # .sp     Skip one line vertically.
 # .sp N   Space  vertical distance N
 $macro{'sp'}=\&untranslated;
+# .vs [space]
+# .vs +space
+# .vs -space
+# Change (increase, decrease) the vertical spacing by SPACE.  The
+# default scaling indicator is `p'.
+$macro{'vs'}=\&untranslated;
 # .ta T N   Set tabs after every position that is a multiple of N.
 # .ta n1 n2 ... nn T r1 r2 ... rn
 #           Set  tabs at positions n1, n2, ..., nn, [...]




More information about the Po4a-commits mailing list