On Wed, Jun 17, 2026, at 2:56 PM, Dan Cross wrote:
> On Wed, Jun 17, 2026 at 8:16 AM Ethan Azariah <
eek...@fastmail.fm> wrote:
>> i'm back on linux with debian. [snip]
>
> Hmm. It appears that the Plan 9 `man` command was not installed, and
> the output you are seeing is coming from the system `man` command (not
> terribly surprising).
i think i've found it. this is the first line of /data/vm/9/plan9port/bin/man:
#!/usr/local/plan9/bin/rc
the path mismatch is obvious. :) install(1) claims INSTALL will fix paths, but i guess it missed that one.
if i run `9 rc ./bin/man ls` i get the p9p ls man page with no pager or colors as expected, so the script itself works, it's just the #! line.
it looks like INSTALL doesn't fix any of the script paths. i've still got my old `fix-rc-scripts` script which can auto-fix rc and awk #! lines. i'll run that later.
> Did you see any errors when building?
there's nothing in install.log
> And are
> you certain that your `9` command is the one that was installed from
> plan9port?
it's not quite, but it's close. i checked the p9p `9` command and found these man issues are the same.