diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-04-30 13:20:24 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-04-30 13:20:24 +0200 |
commit | 3fe1db88922f9c06ee92ad6b6655ca0788aef93b (patch) | |
tree | 232cb4eed053d1399dfeb396996cef87973661ab /README | |
parent | c3ce506b7fe4c9615c8bf1b6936dd235d6c04750 (diff) |
cpu_freq: Port to OpenBSD
In OpenBSD CPU frequency gets fetched using sysctl now.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Porting to OpenBSD is the current goal before thinking about a release. The following functions are not portable at the moment: - wifi_{perc,essid} -- cpu_{freq,perc,iowait} +- cpu_{perc,iowait} - entropy - swap_{free,perc,total,used} - battery_{power,state} |