summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-17 17:24:47 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-17 17:24:47 +0200
commit0892a93dbd694a9fb131af0b42b5691b8f4daa1e (patch)
tree1818aeb5ca4462a6ec8c6b8a036bcb43515feba3 /config.def.h
parent1cb5af98e5c58f1336f48046eaa1bb1b0b4e6a4c (diff)
Add comments for battery_* functions on OpenBSD
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 00796c6..6c42e0a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,7 +13,9 @@ static const char unknown_str[] = "n/a";
* function description argument (example)
*
* battery_perc battery percentage battery name (BAT0)
+ * NULL on OpenBSD
* battery_state battery charging state battery name (BAT0)
+ * NULL on OpenBSD
* cpu_perc cpu usage in percent NULL
* cpu_freq cpu frequency in MHz NULL
* datetime date and time format string (%F %T)