Changeset 2208
- Timestamp:
- 01/09/04 22:09:58 (9 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
doc/lm_sensors-FAQ.texi (modified) (2 diffs)
-
lib/error.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/lm_sensors-FAQ.texi
r2198 r2208 556 556 * Section 4.18:: How do I configure two chips (LM87) differently? 557 557 * Section 4.19:: Dmesg says @samp{Upgrade BIOS}! I don't want to! 558 * Section 4.20:: Sensors says @samp{Can't access @file{/proc}file}558 * Section 4.20:: Sensors says @samp{Can't access procfs/sysfs file} 559 559 * Section 4.21:: Sensors says @samp{No sensors found!} 560 560 * Section 4.22:: Sensors output is not correct! … … 978 978 979 979 @node Section 4.20, Section 4.21, Section 4.19, Problems 980 @section Sensors says @samp{Can't access @file{/proc}file}980 @section Sensors says @samp{Can't access procfs/sysfs file} 981 981 982 982 @itemize -
lm-sensors/trunk/lib/error.c
r1979 r2208 35 35 /* SENSORS_ERR_NO_ENTRY */ "No such feature known", 36 36 /* SENSORS_ERR_ACCESS */ "Can't read or write", 37 /* SENSORS_ERR_PROC */ "Can't access /procfile",37 /* SENSORS_ERR_PROC */ "Can't access procfs/sysfs file", 38 38 /* SENSORS_ERR_DIV_ZERO */ "Divide by zero", 39 39 /* SENSORS_ERR_CHIP_NAME */ "Can't parse chip name",
