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
|
||||
-- }}}
|
||||
|
||||
-- {{{ 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 = {}
|
||||
|
|
Loading…
Reference in New Issue