Changeset 5647 for lm-sensors/trunk/lib/libsensors.3
- Timestamp:
- 02/15/09 18:22:38 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/libsensors.3 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/libsensors.3
r4990 r5647 1 .\" Copyright 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> 1 .\" Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> 2 .\" Copyright (C) 2007, 2009 Jean Delvare <khali@linux-fr.org> 2 3 .\" based on sensors.h, part of libsensors by Frodo Looijaard 3 4 .\" libsensors is distributed under the GPL … … 25 26 .\" References consulted: 26 27 .\" libsensors source code 27 .TH libsensors 3 " October 2007" "lm-sensors 3" "Linux Programmer's Manual"28 .TH libsensors 3 "February 2009" "lm-sensors 3" "Linux Programmer's Manual" 28 29 .SH NAME 29 30 libsensors \- publicly accessible functions provided by the sensors library … … 58 59 sensors_cleanup() below before calling sensors_init() again. 59 60 60 If FILE is NULL, the default configuration file isused (see the FILES61 If FILE is NULL, the default configuration files are used (see the FILES 61 62 section below). Most applications will want to do that. 62 63 … … 181 182 configuration file. /etc/sensors3.conf is tried first, and if it doesn't exist, 182 183 /etc/sensors.conf is used instead. 184 .RE 185 186 .I /etc/sensors.d 187 .RS 188 A directory where you can put additional libsensors configuration files. 189 Files found in this directory will be processed in alphabetical order after 190 the default configuration file. Files with names that start with a dot are 191 ignored. 192 .RE 183 193 184 194 .SH SEE ALSO
