From 08091f09b2abefdad0f55c35dd47cbb5618f17d0 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 9 May 2004 17:27:55 +0000 Subject: [PATCH] Fix typo. Reported by Rutger Nijlunsing. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2520 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/pwm/pwmconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prog/pwm/pwmconfig b/prog/pwm/pwmconfig index 31065821..1a9326ec 100755 --- a/prog/pwm/pwmconfig +++ b/prog/pwm/pwmconfig @@ -4,7 +4,7 @@ # Tests the pwm outputs of sensors and configures fancontrol # # Warning!!! This program will stop your fans, one at a time, -# for approximately 3 seconds each!!! +# for approximately 5 seconds each!!! # This may cause your processor temperature to rise!!! # Verify that all fans are running at normal speed after this # program has exited!!! @@ -239,7 +239,7 @@ function pwmdetail() then echo "$pwm $S" >> $TMP2 fi - if [ "$S" = "0" -o "S" = "-1" ] + if [ "$S" = "0" -o "$S" = "-1" ] then pwmdisable $P echo " Fan Stopped at PWM = $pwm"