2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Mention the stand-alone nature of sensors-detect, as suggested by

Matt Roberds.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5643 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2009-02-14 09:10:41 +00:00
parent b5ec572a5f
commit 15218a5e02
2 changed files with 4 additions and 3 deletions

4
README
View File

@@ -16,8 +16,8 @@ The directories within this package:
The user-space sensors support library code (libsensors).
* prog
Several supporting programs. The most important ones are:
- sensors-detect: A program for detecting installed hardware and
recommending specific modules to load.
- sensors-detect: A stand-alone program for detecting installed
hardware and recommending specific modules to load.
- sensors: A console tool to report sensor readings and set new
sensor limits.
- sensord: A daemon to watch sensor values and log problems. It

View File

@@ -15,7 +15,8 @@ see http://www.lm-sensors.org/wiki/UsefulLinks.
* prog/detect/sensors-detect (written in Perl, installed by 'make install')
This program tries to detect the available SMBus adapters and the chips
connected to them, as well as Super-I/O and misc chips. It also generates
modprobe lines and module options. This program is interactive.
modprobe lines and module options. This program is stand-alone (can be
run without installing lm-sensors) and interactive.
* prog/dump/isadump (written in C, installed by 'make install')
This program dumps the registers of ISA or Super-I/O chips.