Changeset 4208 for lm-sensors/trunk/lib/libsensors.3
- Timestamp:
- 10/13/06 21:55:41 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/libsensors.3 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/libsensors.3
r4157 r4208 25 25 .\" References consulted: 26 26 .\" libsensors source code 27 .TH libsensors 3 " December 30, 1998" "" "Linux Programmer's Manual"27 .TH libsensors 3 "October 2006" "" "Linux Programmer's Manual" 28 28 .SH NAME 29 libsensors \- public ally accessible functions provided by the sensors library29 libsensors \- publicly accessible functions provided by the sensors library 30 30 .SH SYNOPSIS 31 31 .nf … … 40 40 .B int sensors_chip_name_has_wildcards(sensors_chip_name chip); 41 41 .B const char *sensors_get_adapter_name(int bus_nr); 42 .B const char *sensors_get_algorithm_name(int bus_nr);43 42 .B int sensors_get_label(sensors_chip_name name, int feature, 44 43 \fBchar **result);\fP … … 80 79 .B const char *sensors_get_adapter_name(int bus_nr); 81 80 .br 81 This function returns the adapter name of a bus number, as used within the 82 sensors_chip_name structure. If it could not be found, it returns NULL. 83 82 84 .B const char *sensors_get_algorithm_name(int bus_nr); 83 85 .br 84 These functions return the adapter and algorithm names of a bus number, as used within the sensors_chip_name structure. If it could not be found, it returns NULL 86 This function used to return the algorithm name of a bus number. 87 It is now deprecated and returns an arbitrary string. It will be dropped 88 in a later version of the library so you should stop using it. 85 89 86 90 \fBint sensors_get_label(sensors_chip_name name, int feature,
