shithub: iso

Download patch

ref: a854b5cd46e3894e2c970927d54ef53de82328fc
parent: 215b675c2fe9a70031dbafba11403fca7d293834
author: moody <moody@remilia>
date: Fri Aug 22 15:17:48 EDT 2025

be more careful with man2html

--- a/src/execfs/builds/rules
+++ b/src/execfs/builds/rules
@@ -1,2 +1,2 @@
 /index.html	/cfg/$sysname/src/execfs/builds/index.rc
-/man2html/([0-9])/([a-zA-Z0-9\.]+)	troff -manhtml /usr/build/code/plan9front/sys/man/\1/\2 | troff2html -t '\2(\1)'
+/man2html/([0-9])/([a-zA-Z0-9\.]+)	troff -manhtml /usr/build/code/plan9front/sys/man/'\1/\2' | troff2html -t '\2(\1)'
--