Changeset 5060

Show
Ignore:
Timestamp:
12/02/07 14:42:26 (5 years ago)
Author:
khali
Message:

Fix broken references, typos, trailing space.

Files:
1 modified

Legend:

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

    r4500 r5060  
    4545   Documentation/i2c/dev-interface in the linux kernel sources. 
    4646   Note that these used to be defined in <linux/i2c-dev.h> in the kernel 
    47    source tree. However, userspace applications are not supposed to      
     47   source tree. However, userspace applications are not supposed to 
    4848   include kernel headers, so the inline functions were removed from 
    4949   the kernel file in recent kernels. Use the header file in this package 
     
    95953B. sysfs access (2.6 kernels) 
    9696------------------------------ 
    97    Chip drivers using the i2c-sensor module create subdirectories in 
     97   Chip drivers using the hwmon module create subdirectories in 
    9898   the sysfs filesystem (usually /sys) which can be accessed 
    9999   directly by applications. 
    100100   Naming and content standards for the entries in these subdirectories 
    101    is documented in the file Documentation/i2c/sysfs-interface in the 
     101   is documented in the file Documentation/hwmon/sysfs-interface in the 
    102102   2.6 kernel source tree. Note that these standards may not be 
    103103   strictly followed. 
     
    109109   for any driver, including ISA chip drivers. 
    110110 
    111    This method may also works well for shell and perl scripts 
     111   This method may also work well for shell and perl scripts 
    112112   written to access a specific device. Note that sysfs is 
    113113   standard in 2.6 kernels. 
     
    120120   facilities, consider the libsensors library, below. 
    121121 
    122    For an examples of a program using /sys accesses, see gkrellm. 
     122   For an example of a program using /sys accesses, see gkrellm. 
    123123   See also lib/proc.c and prog/dump/i2cbusses.c for examples. 
    124124   The sysfsutils package may also be helpful. 
     
    149149   Contact us if you wish to discuss your application. 
    150150 
    151    For an examples of a program using libsensors accesses, see 
     151   For an example of a program using libsensors accesses, see 
    152152   prog/sensors/sensors. Also search freshmeat for sensors applications. 
    153153