Changeset 4932

Show
Ignore:
Timestamp:
10/09/07 14:09:05 (1 year ago)
Author:
khali
Message:

useful_addresses.html is in the wiki now.

Files:

Legend:

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

    r4173 r4932  
    5656having to recompile anything. 
    5757 
    58 This package does not contain a nice graphical monitor. Look at the fil
    59 doc/useful_addresses.html for pointers to such programs. It does contain 
    60 an example console program that reports all current sensors values. Thi
    61 program is called 'sensors'. You can use it as a reference implementation 
    62 for more intricate programs. 
     58This package does not contain a nice graphical monitor. Se
     59http://www.lm-sensors.org/wiki/UsefulLinks for pointers to such programs. 
     60It does contain an example console program that reports all current sensor
     61values. This program is called 'sensors'. You can use it as a reference 
     62implementation for more intricate programs. 
    6363 
    6464There are many, many kernel modules in this package, and there are lots 
  • lm-sensors/trunk/CHANGES

    r4924 r4932  
    44SVN HEAD 
    55  File sensors.conf.eg: Add a thmc50 section 
     6  File useful_addresses.html: Moved to the wiki 
    67  Library: Fix a memory leak on error 
    78           Speed up sensors_get_ignored() a bit 
  • lm-sensors/trunk/doc/developers/makefiles

    r4394 r4932  
    11The Makefiles in this package are rather advanced. They are partially based 
    2 on the article "Recursive Make considered Harmful", written by Peter Miller. 
    3 See doc/useful_addresses.html for a link to this article. 
     2on the article "Recursive Make considered Harmful", written by Peter Miller: 
     3  http://miller.emu.id.au/pmiller/books/rmch/ 
    44 
    55There is one big Makefile in the root of this package. It includes many 
  • lm-sensors/trunk/doc/progs

    r4283 r4932  
    77the use of the drivers and libraries in this package. 
    88For more elaborate programs (for example, GUI sensor displays), 
    9 see useful_addresses.html
     9see http://www.lm-sensors.org/wiki/UsefulLinks
    1010 
    1111