improved sysctl_async documentation line

This commit is contained in:
mutlusun 2019-08-23 09:51:23 +02:00
parent 687fd49376
commit b7490a20af
No known key found for this signature in database
GPG Key ID: C0AF8F434E1AB79B
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}