Changeset 392

Show
Ignore:
Timestamp:
04/14/99 23:06:31 (10 years ago)
Author:
frodo
Message:

Final slight changes to the documentation generators.

lm75 and lm78 documentation files are now up-to-date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/TODO

    r385 r392  
    4949* Sensors program needs to print a + before lm75 temperatures 
    5050* Sensors program needs to be extended for many new chips 
    51 * prog/doc/doc-features.pl: slightly better layout, command-line parameters 
    52   and sort features before printing them. 
  • lm-sensors/trunk/doc/chips/lm75

    r391 r392  
    1313 
    1414 
    15 Insmod Parameters 
     15Module Parameters 
    1616----------------- 
    1717 
  • lm-sensors/trunk/doc/chips/lm78

    r391 r392  
    2121 
    2222 
    23 Insmod Parameters 
     23Module Parameters 
    2424----------------- 
    2525 
     
    109109 
    110110 
    111 Module Parameter
    112 ----------------- 
     111Chip feature
     112------------- 
    113113 
    114114Chip `lm78' 
  • lm-sensors/trunk/prog/doc/doc-features.pl

    r391 r392  
    297297  my ($base_dir,@prefixes) = scan_arguments @_; 
    298298  scan_all $base_dir; 
    299   print "Module Parameters\n"; 
    300   print "-----------------\n\n"; 
     299  print "Chip Features\n"; 
     300  print "-------------\n\n"; 
    301301  if (@prefixes) { 
    302302    foreach $prefix (@prefixes) { 
  • lm-sensors/trunk/prog/doc/doc-insmod.pl

    r391 r392  
    5353  my (@lines,$line,$option,$type,$desc); 
    5454  print "Author: ", `modinfo -a $modname`, "\n\n"; 
    55   print "Insmod Parameters\n"; 
     55  print "Module Parameters\n"; 
    5656  print "-----------------\n"; 
    5757  print "\n";