Changeset 2208

Show
Ignore:
Timestamp:
01/09/04 22:09:58 (9 years ago)
Author:
khali
Message:

Reword the "Can't access /proc file" error message so that

Linux 2.6 users don't get confused. Update the FAQ accordingly.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/lm_sensors-FAQ.texi

    r2198 r2208  
    556556* Section 4.18::        How do I configure two chips (LM87) differently? 
    557557* Section 4.19::        Dmesg says @samp{Upgrade BIOS}! I don't want to! 
    558 * Section 4.20::        Sensors says @samp{Can't access @file{/proc} file} 
     558* Section 4.20::        Sensors says @samp{Can't access procfs/sysfs file} 
    559559* Section 4.21::        Sensors says @samp{No sensors found!} 
    560560* Section 4.22::        Sensors output is not correct! 
     
    978978 
    979979@node Section 4.20, Section 4.21, Section 4.19, Problems 
    980 @section Sensors says @samp{Can't access @file{/proc} file} 
     980@section Sensors says @samp{Can't access procfs/sysfs file} 
    981981 
    982982@itemize 
  • lm-sensors/trunk/lib/error.c

    r1979 r2208  
    3535   /* SENSORS_ERR_NO_ENTRY  */ "No such feature known", 
    3636   /* SENSORS_ERR_ACCESS    */ "Can't read or write", 
    37    /* SENSORS_ERR_PROC      */ "Can't access /proc file", 
     37   /* SENSORS_ERR_PROC      */ "Can't access procfs/sysfs file", 
    3838   /* SENSORS_ERR_DIV_ZERO  */ "Divide by zero", 
    3939   /* SENSORS_ERR_CHIP_NAME */ "Can't parse chip name",