improved sysctl_async documentation line
This commit is contained in:
parent
687fd49376
commit
b7490a20af
|
@ -226,7 +226,7 @@ function helpers.scroll(text, maxlen, widget)
|
||||||
end
|
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)
|
function helpers.sysctl_async(path_table, parse)
|
||||||
local ret = {}
|
local ret = {}
|
||||||
local path = {}
|
local path = {}
|
||||||
|
|
Loading…
Reference in New Issue