There are many manpages and they reference each other in "SEE ALSO" and other places using the name(section) format.
For example, linuxcnc(1) references halcmd(1). It would be nice if we just could click on a link in the HTML version. Very helpful in all man sections when digging through man pages. This could maybe/probably be done in the an asciidoctor filter (?) while generating the HTML?
It would probably also be interesting for the normal docs. But I'm not sure if that should be done using "normal" linking or post-processing. It is harder to do in normal docs than man pages, as man pages have a stricter format.
There are many manpages and they reference each other in "SEE ALSO" and other places using the
name(section)format.For example,
linuxcnc(1)referenceshalcmd(1). It would be nice if we just could click on a link in the HTML version. Very helpful in all man sections when digging through man pages. This could maybe/probably be done in the an asciidoctor filter (?) while generating the HTML?It would probably also be interesting for the normal docs. But I'm not sure if that should be done using "normal" linking or post-processing. It is harder to do in normal docs than man pages, as man pages have a stricter format.