Append .html suffix to temporary files enabling browsers to recognise it
authorkn <kn@openbsd.org>
Fri, 19 Feb 2021 19:49:49 +0000 (19:49 +0000)
committerkn <kn@openbsd.org>
Fri, 19 Feb 2021 19:49:49 +0000 (19:49 +0000)
commit695084ad74cbe521067367c0b777a954195c6778
tree8361ba3bb29fa270070042362e33b3736aee3645
parentef070878e23978634d3b7f6c8e3b74c3a0a34972
Append .html suffix to temporary files enabling browsers to recognise it

Occasionally one might read a manual page in a webbrowser, e.g.
"MANPAGER=firefox man -T html jq", however temporary files created for
pagers lack file extensions and most web browsers are unable to detect a
file's content without it.

Special case mandoc(1)'s HTML output format by appending the ".html" suffix
to file names such that browsers will actually render HTML as such instead
of showing it as plain text.

Input schwarze
usr.bin/mandoc/main.c
usr.bin/mandoc/term_tag.c
usr.bin/mandoc/term_tag.h