Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv13886
Modified Files:
	Man.pm 
Log Message:
Add support for the na macro (gets ignored). Closes Alioth #300845.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Man.pm	19 Jul 2004 10:21:12 -0000	1.17
+++ Man.pm	21 Jul 2004 00:25:07 -0000	1.18
@@ -934,6 +934,8 @@
 # .ll N     Set line length according to N
 $macro{'ll'}=\&untranslated;
 
+# .na       No Adjusting (see ad)
+$macro{'na'}=\&untranslated;
 # .ne N     Need N vertical space
 $macro{'ne'}=\&untranslated;
 # .nr register N M
    
    
    
 
                    
                    
                        
                        Show replies by date