3
0
Fork 0
forked from mirrors/nixpkgs

Fix description of powerManagement.cpuFreqGovernor

This commit is contained in:
Eelco Dolstra 2013-01-24 13:55:59 +01:00
parent 0930befd58
commit 685a901597

View file

@ -13,8 +13,8 @@ with pkgs.lib;
type = types.uniq types.string; type = types.uniq types.string;
description = '' description = ''
Configure the governor used to regulate the frequence of the Configure the governor used to regulate the frequence of the
available CPUs. By default, the kernel configures the governor available CPUs. By default, the kernel configures the
"userspace". on-demand governor.
''; '';
}; };