2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Minor string edit.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5128 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-02-21 08:21:20 +00:00
parent 7f58258a1d
commit 5464d9e26e

View File

@@ -5733,7 +5733,8 @@ sub main
print "As you skipped adapter detection, we will only scan already loaded\n".
"adapter modules.\n";
} else {
print "We will now try to load each adapter module in turn.\n";
print "We will now try to load each adapter module in turn.\n"
if (@adapters);
foreach $adapter (@adapters) {
next if $adapter eq "DISABLED";
next if $adapter eq "to-be-tested";
@@ -5752,8 +5753,8 @@ sub main
}
}
print "If you have undetectable or unsupported adapters, you can have them\n".
"scanned by manually loading the modules before running this script.\n\n";
print "If you have undetectable or unsupported I2C/SMBus adapters, you can have\n".
"them scanned by manually loading the modules before running this script.\n\n";
initialize_i2c_adapters_list();
if (!exists($modules_list{"i2c-dev"})
@@ -5834,7 +5835,7 @@ sub main
print "\n";
}
print "Some south bridges, CPUs or memory controllers may also contain \n";
print "Some south bridges, CPUs or memory controllers may also contain\n";
print "embedded sensors. Do you want to scan for them? (YES/no): ";
unless (<STDIN> =~ /^\s*n/i) {
$| = 1;