On Fri, Oct 29, 2021 at 12:57:54AM +0200, Ingo Schwarze wrote: > MANPAGER=firefox man -T html $(ifconfig -C)
This doesn't work if firefox is already running as the MANPAGER firefox process exits immediately after sending the file/link to the running process, which causes mandoc to exit after removing the temporary file, by which time firefox fails to open the no longer exiting file.