diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 23:33:01 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 23:42:09 +0100 |
commit | 2924fab4d7fa1185acbb01362daf9cc4a77791d1 (patch) | |
tree | e67e02c0643876b96bc437c660fc4ea0b0c1fbd3 /src/Plugins/Monitors/ThermalZone.hs | |
parent | 7561fa48cf88603b2f839945902e75a6b6d2ecd4 (diff) | |
download | xmobar-2924fab4d7fa1185acbb01362daf9cc4a77791d1.tar.gz xmobar-2924fab4d7fa1185acbb01362daf9cc4a77791d1.tar.bz2 |
ThermalZone fixes
Diffstat (limited to 'src/Plugins/Monitors/ThermalZone.hs')
-rw-r--r-- | src/Plugins/Monitors/ThermalZone.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugins/Monitors/ThermalZone.hs b/src/Plugins/Monitors/ThermalZone.hs index 8ba858a..55fb2ca 100644 --- a/src/Plugins/Monitors/ThermalZone.hs +++ b/src/Plugins/Monitors/ThermalZone.hs @@ -11,7 +11,7 @@ -- -- -- A thermal zone plugin based on the sysfs linux interface. --- See http://www.mjmwired.net/kernel/Documentation/thermal/sysfs-api.txt +-- See http://kernel.org/doc/Documentation/thermal/sysfs-api.txt -- ------------------------------------------------------------------------------ |