Changeset 5189
- Timestamp:
- 04/17/08 13:39:07 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 5 removed
- 3 modified
-
CHANGES (modified) (1 diff)
-
README (modified) (1 diff)
-
doc/FAQ (deleted)
-
doc/Makefile (deleted)
-
doc/lm_sensors-FAQ.html (deleted)
-
doc/lm_sensors-FAQ.texi (deleted)
-
doc/version.texi (deleted)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5186 r5189 3 3 4 4 SVN-HEAD 5 documentation: Delete the FAQ, now maintained on the wiki 5 6 libsensors: Use __func__ instead of __FUNCTION__ 6 7 Parse the configuration file in C locale -
lm-sensors/branches/lm-sensors-3.0.0/README
r4931 r5189 93 93 to mail us if you have questions, suggestions, problems, want to 94 94 contribute, or just want to report it works for you. But please try to 95 read the documentation and FAQ before you ask any questions! It's all96 under doc/.95 read the documentation before you ask any questions! It's all under doc/. 96 Also make sure you read the FAQ at http://www.lm-sensors.org/wiki/FAQ. 97 97 98 98 The latest version of this package can always be found at: -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5163 r5189 5864 5864 print "Sorry, no sensors were detected.\n", 5865 5865 "Either your sensors are not supported, or they are connected to an\n", 5866 "I2C or SMBus adapter that is not supported. See doc/FAQ,\n", 5867 "doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ\n", 5868 "(FAQ #4.24.3) for further information.\n", 5866 "I2C or SMBus adapter that is not supported. See\n", 5867 "http://www.lm-sensors.org/wiki/FAQ/Chapter3 for further information.\n", 5869 5868 "If you find out what chips are on your board, check\n", 5870 5869 "http://www.lm-sensors.org/wiki/Devices for driver status.\n";
