Skip to content

Commit 2abb83b

Browse files
committed
tools/get_lib_manpages - more code cleanup
1 parent 32e966f commit 2abb83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get_lib_manpages.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local function output_man(d)
3434
libname = name
3535
end
3636
local fname = "/tmp/" .. name .. ".3"
37-
local mf = dtsys.io_popen(fname, "w")
37+
local mf = io.open(fname, "w")
3838
if mf then
3939
mf:write(".TH " .. string.upper(name) .. " 3 \"\" \"\" \"Darktable " .. libname .. " functions\"\n")
4040
for _,section in ipairs(keys) do

0 commit comments

Comments
 (0)