- Timestamp:
- 12/03/08 12:50:37 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect-stat.pl
r5163 r5509 4 4 # Statistical analysis of sensors-detect i2c addresses scanner 5 5 # Part of the lm_sensors project 6 # Copyright (C) 2003-200 7Jean Delvare <khali@linux-fr.org>6 # Copyright (C) 2003-2008 Jean Delvare <khali@linux-fr.org> 7 7 # 8 8 # This program is free software; you can redistribute it and/or modify … … 81 81 82 82 # Print the data. 83 printf " $fileknows \%d chips and scans \%d addresses.\n\n",84 $ chips, scalar keys %histo;83 printf "\%s knows \%d chips and scans \%d addresses.\n\n", 84 $file, $chips, scalar keys %histo; 85 85 print " 0 1 2 3 4 5 6 7 8 9 a b c d e f\n"; 86 86 for (my $i=0; $i<128; $i+=16)
