Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/boot-cputype-objtype/readme
boot(8) claims that boot will launch /$objtype/init; that is incorrect. It launches /$cputype/init (so says both boot.c and cpurc(8)). That's the more sensible choice. This patch fixes the man page to resolve the mismatch.