On Thu, 28 Apr 2016 19:10:22 +0200 Ingo Schwarze <[email protected]> wrote:
> Take a large manual, for example ksh(1).
> With the mandoc-based implementation of man(1), type
>
> $ man ksh
>
> Then inside less(1), type
>
> :t read
>
> to jump straight to the description of the "read" builtin command,
That's very inviting. Why doesn't it work for *me*? ;-)
$ /usr/bin/mandoc $(man -w ksh) | less -t read
No tags file
--jkl
