Show
Ignore:
Timestamp:
02/15/09 18:22:38 (4 years ago)
Author:
khali
Message:

Read extra configuration files from /etc/sensors.d.

Files:
1 modified

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> 
    23.\" based on sensors.h, part of libsensors by Frodo Looijaard 
    34.\" libsensors is distributed under the GPL 
     
    2526.\" References consulted: 
    2627.\"     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" 
    2829.SH NAME 
    2930libsensors \- publicly accessible functions provided by the sensors library 
     
    5859sensors_cleanup() below before calling sensors_init() again. 
    5960 
    60 If FILE is NULL, the default configuration file is used (see the FILES 
     61If FILE is NULL, the default configuration files are used (see the FILES 
    6162section below). Most applications will want to do that. 
    6263 
     
    181182configuration file. /etc/sensors3.conf is tried first, and if it doesn't exist, 
    182183/etc/sensors.conf is used instead. 
     184.RE 
     185 
     186.I /etc/sensors.d 
     187.RS 
     188A directory where you can put additional libsensors configuration files. 
     189Files found in this directory will be processed in alphabetical order after 
     190the default configuration file. Files with names that start with a dot are 
     191ignored. 
     192.RE 
    183193 
    184194.SH SEE ALSO