From 776add29dfe65b6a73bd2e9513df09795ab86084 Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Thu, 12 Jun 2014 17:22:29 +1200
Subject: Config comments change

---
 trayfreq.conf.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/trayfreq.conf.src b/trayfreq.conf.src
index a661a6a..b2e4500 100644
--- a/trayfreq.conf.src
+++ b/trayfreq.conf.src
@@ -1,7 +1,7 @@
 #
 # Begin TRAYFREQ_CONF
 #
-# Template config file for trayfreq-archlinux
+# Template/default config file for trayfreq-archlinux
 #
 
 [battery]
@@ -11,7 +11,7 @@
 
 ## Name of the governor to use for all cores when on battery power
 ## Get a space-separated list of available governors from
-## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_governors
+## /sys/devices/system/cpu/cpuX/cpufreq/scaling_available_governors
 # governor=powersave
 
 [ac]
@@ -27,7 +27,7 @@
 [frequency]
 ## The frequency to set the CPU to when trayfreq starts
 ## Get a space-separated list of available frequencies from
-## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_frequencies
+## /sys/devices/system/cpu/cpuX/cpufreq/scaling_available_frequencies
 # default=800000
 
 
-- 
cgit v1.1