[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r207 - branches/1.23.0/checks



Author: jeroen
Date: 2004-04-22 15:20:25 +0200 (Thu, 22 Apr 2004)
New Revision: 207

Modified:
   branches/1.23.0/checks/manpages
Log:
Fix forgotten \n in tag print... Coincidence I saw it scrolling by.


Modified: branches/1.23.0/checks/manpages
===================================================================
--- branches/1.23.0/checks/manpages	2004-04-22 10:51:57 UTC (rev 206)
+++ branches/1.23.0/checks/manpages	2004-04-22 13:20:25 UTC (rev 207)
@@ -253,7 +253,7 @@
 		|| ($line =~ m,(/var/(adm|catman|named|nis|preserve)/),o)) {
 		# FSSTND dirs in man pages
 		# regexes taken from checks/files
-		print "I: $pkg $type: FSSTND-dir-in-manual-page $file:$lc $1";
+		print "I: $pkg $type: FSSTND-dir-in-manual-page $file:$lc $1\n";
 	    }
 	}
 	print "W: $pkg $type: hyphen-used-as-minus-sign $file ".($hc-10)." more occurences not shown\n" if $hc > 10 and ! $ENV{'LINTIAN_DEBUG'};



Reply to: