diff options
author | Tobias Tschinkowitz <he4d@posteo.de> | 2018-05-17 13:19:29 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-17 17:13:28 +0200 |
commit | f807d056bd706807de94f4d37fcba826358376bf (patch) | |
tree | ea730f13f506c10b43fd12ac88929e23d369c45e | |
parent | 22555f08e85c45b4de4dd10dd6a4ed274285130e (diff) |
added comment for temp function (openbsd)
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index ef64b16..00796c6 100644 --- a/config.def.h +++ b/config.def.h @@ -43,6 +43,7 @@ static const char unknown_str[] = "n/a"; * swap_used used swap in GB NULL * temp temperature in degree celsius sensor file * (/sys/class/thermal/...) + * NULL on OpenBSD * uid UID of current user NULL * uptime system uptime NULL * username username of current user NULL |