Subject: Re: Status report: sysmon_cpufreq(9) + powerctl(8)
To: Juan RP <juan@xtrarom.org>
From: Iain Hibbert <plunky@rya-online.net>
List: tech-kern
Date: 10/01/2006 15:28:29
On Sun, 1 Oct 2006, Juan RP wrote:

> I'm not sure if I should use integer objects rather than strings because
> there will only be two values, low and high.

if it is high and low, and not high means low and not low means high, then
you could use a bool?

	<high>=<true>		high
	else			low

iain