Changeset 4838 for lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
- Timestamp:
- 09/23/07 14:16:50 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
r4836 r4838 135 135 \fBconst sensors_subfeature *sensors_get_all_subfeatures(const sensors_chip_name *name, const sensors_feature *feature, int *nr);\fP 136 136 .br 137 This returns all subfeatures of a given main feature (including that 138 main feature itself, in first position.) nr is an internally used 139 variable. Set it to zero to start at the begin of the list. If no more 140 subfeatures are found NULL is returned. 137 This returns all subfeatures of a given main feature. nr is an internally 138 used variable. Set it to zero to start at the begin of the list. If no 139 more subfeatures are found NULL is returned. 141 140 Do not try to change the returned structure; you will corrupt internal 142 141 data structures.
