Changeset 4693 for lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
- Timestamp:
- 08/22/07 19:04:12 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
r4666 r4693 54 54 .B int sensors_init(FILE *input); 55 55 .br 56 (Re)load the configuration file and the detected chips list. If this returns a value unequal to zero, you are in trouble; you can not assume anything will be initialized properly. 56 Load the configuration file and the detected chips list. If this returns a 57 value unequal to zero, you are in trouble; you can not assume anything will 58 be initialized properly. If you want to reload the configuration file, call 59 sensors_cleanup() below before calling sensors_init() again. 57 60 58 61 .B void sensors_cleanup(void);
