Changeset 4500

Show
Ignore:
Timestamp:
06/27/07 17:15:12 (1 year ago)
Author:
khali
Message:

Minor corrections.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/developers/applications

    r2142 r4500  
    107107 
    108108   sysfs access provides a method to read and write sensor values 
    109    for any driver using i2c-sensor, including ISA chip drivers. 
     109   for any driver, including ISA chip drivers. 
    110110 
    111111   This method may also works well for shell and perl scripts 
     
    115115   Note that most drivers provide only raw sensor readings via /sys; 
    116116   many readings must be scaled or adjusted, and these adjustments 
    117    must often be changed by the user. An application using /proc must 
     117   must often be changed by the user. An application using /sys must 
    118118   generally provide adjustment facilities and the requirements 
    119119   of the adjustments can be quite complex. If you need adjustment