Changeset 392
- Timestamp:
- 04/14/99 23:06:31 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/chips/lm75 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/lm78 (modified) (2 diffs)
- lm-sensors/trunk/prog/doc/doc-features.pl (modified) (1 diff)
- lm-sensors/trunk/prog/doc/doc-insmod.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r385 r392 49 49 * Sensors program needs to print a + before lm75 temperatures 50 50 * Sensors program needs to be extended for many new chips 51 * prog/doc/doc-features.pl: slightly better layout, command-line parameters52 and sort features before printing them.lm-sensors/trunk/doc/chips/lm75
r391 r392 13 13 14 14 15 InsmodParameters15 Module Parameters 16 16 ----------------- 17 17 lm-sensors/trunk/doc/chips/lm78
r391 r392 21 21 22 22 23 InsmodParameters23 Module Parameters 24 24 ----------------- 25 25 … … 109 109 110 110 111 Module Parameters112 ------------- ----111 Chip features 112 ------------- 113 113 114 114 Chip `lm78' lm-sensors/trunk/prog/doc/doc-features.pl
r391 r392 297 297 my ($base_dir,@prefixes) = scan_arguments @_; 298 298 scan_all $base_dir; 299 print " Module Parameters\n";300 print "------------- ----\n\n";299 print "Chip Features\n"; 300 print "-------------\n\n"; 301 301 if (@prefixes) { 302 302 foreach $prefix (@prefixes) { lm-sensors/trunk/prog/doc/doc-insmod.pl
r391 r392 53 53 my (@lines,$line,$option,$type,$desc); 54 54 print "Author: ", `modinfo -a $modname`, "\n\n"; 55 print " InsmodParameters\n";55 print "Module Parameters\n"; 56 56 print "-----------------\n"; 57 57 print "\n";
