summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-02-14 09:10:41 +0000
committerJean Delvare <khali@linux-fr.org>2009-02-14 09:10:41 +0000
commit15218a5e028e9ce2bc590205dbffe574799702f0 (patch)
treea9119c372370fd86dee2d7e91d8193db0bf49c7b
parentb5ec572a5f27c9575cedcd49bce275ce794a171d (diff)
downloadlm-sensors-git-15218a5e028e9ce2bc590205dbffe574799702f0.tar.gz
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
-rw-r--r--README4
-rw-r--r--doc/progs3
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index e58aae50..503cdb79 100644
--- a/README
+++ b/README
@@ -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
diff --git a/doc/progs b/doc/progs
index ae76fdf6..6ef5c009 100644
--- a/doc/progs
+++ b/doc/progs
@@ -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.