Changeset 5641
- Timestamp:
- 02/12/09 17:06:48 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-2.10/lib
- Files:
-
- 2 modified
-
access.h (modified) (1 diff)
-
libsensors.3 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-2.10/lib/access.h
r5079 r5641 51 51 52 52 53 /* Parse an i2c bus name into its components. Returns 0 on succes , a value from53 /* Parse an i2c bus name into its components. Returns 0 on success, a value from 54 54 error.h on failure. */ 55 55 extern int sensors_parse_i2cbus_name(const char *name, int *res); -
lm-sensors/branches/lm-sensors-2.10/lib/libsensors.3
r4524 r5641 65 65 sensors_chip_name *res);\fP 66 66 .br 67 Parse a chip name to the internal representation. Return 0 on succes , <0 on error.67 Parse a chip name to the internal representation. Return 0 on success, <0 on error. 68 68 69 69 \fBint sensors_match_chip(sensors_chip_name chip1,
