On Sat, 19 May 2018 18:01:11 +0000
justina colmena <[email protected]> wrote:
> 3.) The links are not generated in the "see also" section for pages on
> the second and third manpaths.
Okay. This looks like more of an issue with the man pages themselves...
which just don't happen to be as fancy as OpenBSD's.
/usr/local/man/man1/initdb.1
.SH "SEE ALSO"
\fBpg_ctl\fR(1), \fBpostgres\fR(1)
The "\fB" and "\fR" are just literal codes for font bold and back to
font regular, not intended to automatically generate links like
OpenBSD's man pages. http://man.openbsd.org/roff
/usr/share/man/man1/ls.1
.Sh SEE ALSO
.Xr chflags 1 ,
.Xr chmod 1 ,
.Xr symlink 7 ,
.Xr sticky 8
And that ".Xr" is some sort of macro more suitable for processing into
a link.