Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: RFC: Recent macos lacks nroff and man needs a full path



> 2025/02/03 7:45, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 
> Is $ENV{'PWD'} reliable enough here?
(snip)
> +$args = "$ENV{'PWD'}/$manfile >$mantmp";

I think so, but the following also works

$args = "./$manfile >$mantmp";

since a relative path is also accepted.

I think your patch is necessary also on Linux, since
'man zshbuiltin.1' is, on Linux, equivalent to
'man 1 zshbuiltin' and displays the installed man page.




Messages sorted by: Reverse Date, Date, Thread, Author