2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fix typos.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4171 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-09-24 10:37:01 +00:00
parent a2e6bb8e83
commit c70a77d994

View File

@@ -2258,7 +2258,7 @@ sub adapter_pci_detection
$try->{driver}, pci_busid($device), $try->{procid};
if ($try->{driver} eq "to-be-tested") {
print "\nWe are currently looking for testers for this adapter!\n".
"Please check the http://www.lm-sensors.org/wiki/Devices\n".
"Please check http://www.lm-sensors.org/wiki/Devices\n".
"and/or contact us if you want to help.\n\n";
print "Continue... ";
<STDIN>;
@@ -5177,8 +5177,8 @@ sub generate_modprobes
#check return value from modprobe in case modprobe -l isn't supported
if((($? >> 8) == 0) && ! $modulefound) {
$modprobes .= "# Warning: the required module $chip->{driver} is not currently installed\n".
"# on your system. For status of 2.6 kernel ports check the\n".
"# http://www.lm-sensors.org/wiki/Devices If driver is built\n".
"# on your system. For status of 2.6 kernel ports check\n".
"# http://www.lm-sensors.org/wiki/Devices. If driver is built\n".
"# into the kernel, or unavailable, comment out the following line.\n";
}
$modprobes .= "modprobe $chip->{driver}\n";
@@ -5370,7 +5370,7 @@ sub main
"doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ\n",
"(FAQ #4.24.3) for further information.\n",
"If you find out what chips are on your board, check\n",
"the http://www.lm-sensors.org/wiki/Devices for driver status.\n";
"http://www.lm-sensors.org/wiki/Devices for driver status.\n";
exit;
}