We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e966f commit 2abb83bCopy full SHA for 2abb83b
tools/get_lib_manpages.lua
@@ -34,7 +34,7 @@ local function output_man(d)
34
libname = name
35
end
36
local fname = "/tmp/" .. name .. ".3"
37
- local mf = dtsys.io_popen(fname, "w")
+ local mf = io.open(fname, "w")
38
if mf then
39
mf:write(".TH " .. string.upper(name) .. " 3 \"\" \"\" \"Darktable " .. libname .. " functions\"\n")
40
for _,section in ipairs(keys) do
0 commit comments