From b7490a20af6745cee3aee14e50385ec2656b2763 Mon Sep 17 00:00:00 2001 From: mutlusun Date: Fri, 23 Aug 2019 09:51:23 +0200 Subject: [PATCH] improved sysctl_async documentation line --- helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.lua b/helpers.lua index f99605c..5fab4cf 100644 --- a/helpers.lua +++ b/helpers.lua @@ -226,7 +226,7 @@ function helpers.scroll(text, maxlen, widget) end -- }}} --- {{{ Return result from sysctl variable as table (async) +-- {{{ Parse output of sysctl command calling the `parse` function function helpers.sysctl_async(path_table, parse) local ret = {} local path = {}