--- console-cyrillic-0.9.orig/scripts/dumppsf
+++ console-cyrillic-0.9/scripts/dumppsf
@@ -44,14 +44,14 @@
     }
   }  
   seek F,4,0;
-}  
+}
 }
 for ($i=0;$i<$fontsize;$i++) {
   read F,$char,$charsize;
   print "Character: $i";
   if ($unicode[$i]) {
     print " Unicode chars: ",
-       join(" ",(map {sprintf("U+%04X",$_)} @{$unicode[$i]})); 
+       join(" ",(map {sprintf("U+%04X",$_)} @{$unicode[$i]}));
   }
   print "\n";
   for $j (unpack "C*", $char) {
@@ -60,8 +60,8 @@
     }
     print "\n";
   }
-}  
-       
+}
+
 =head1 NAME dumppsf
 
 converts psf file to readable ASCII file.
@@ -75,7 +75,7 @@
 This script takes psf font with unicode mapping as an argument, and
 produces text file where all characters from this font are represented
 graphically. It allows to preview Linux console font even there is no
-Linux console around. 
+Linux console around.
 
 =head1 BUGS
 
@@ -84,7 +84,7 @@
 
 =head1 SEE ALSO
 
-B<displayfont>(1), B<raw2psf>(1), B<consolechars)(1)
+B<displayfont>(1), B<raw2psf>(1), B<consolechars>(1)
 
 =head1 COPYRIGHT
 
