Changeset 5189

Show
Ignore:
Timestamp:
04/17/08 13:39:07 (5 years ago)
Author:
khali
Message:

Delete the FAQ. It is now maintained on the wiki:
 http://www.lm-sensors.org/wiki/FAQ/

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
5 removed
3 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5186 r5189  
    33 
    44SVN-HEAD 
     5  documentation: Delete the FAQ, now maintained on the wiki 
    56  libsensors: Use __func__ instead of __FUNCTION__ 
    67              Parse the configuration file in C locale 
  • lm-sensors/branches/lm-sensors-3.0.0/README

    r4931 r5189  
    9393to mail us if you have questions, suggestions, problems, want to 
    9494contribute, or just want to report it works for you. But please try to 
    95 read the documentation and FAQ before you ask any questions! It's all 
    96 under doc/. 
     95read the documentation before you ask any questions! It's all under doc/. 
     96Also make sure you read the FAQ at http://www.lm-sensors.org/wiki/FAQ. 
    9797 
    9898The latest version of this package can always be found at: 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5163 r5189  
    58645864    print "Sorry, no sensors were detected.\n", 
    58655865          "Either your sensors are not supported, or they are connected to an\n", 
    5866           "I2C or SMBus adapter that is not supported. See doc/FAQ,\n", 
    5867           "doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ\n", 
    5868           "(FAQ #4.24.3) for further information.\n", 
     5866          "I2C or SMBus adapter that is not supported. See\n", 
     5867          "http://www.lm-sensors.org/wiki/FAQ/Chapter3 for further information.\n", 
    58695868          "If you find out what chips are on your board, check\n", 
    58705869          "http://www.lm-sensors.org/wiki/Devices for driver status.\n";