After a package installation, when the package contains documentation in man page format, shouldn't this be—automatically—installed to be callable via
More specifically, installing Meta-port for the FreeBSD Documentation Project (textproc/docproj) and attempting
(The output of
man?More specifically, installing Meta-port for the FreeBSD Documentation Project (textproc/docproj) and attempting
man asciidoctor :
Code:
% pkg install docproj
<snip>
% pkg info -l rubygem-asciidoctor-2.0.16 | grep man
/usr/local/lib/ruby/gems/2.7/gems/asciidoctor-2.0.16/lib/asciidoctor/converter/manpage.rb
/usr/local/lib/ruby/gems/2.7/gems/asciidoctor-2.0.16/man/asciidoctor.1
/usr/local/lib/ruby/gems/2.7/gems/asciidoctor-2.0.16/man/asciidoctor.adoc
% man asciidoctor
No manual entry for asciidoctor
% man /usr/local/lib/ruby/gems/2.7/gems/asciidoctor-2.0.16/man/asciidoctor.1
<display of asciidoctor man page>
(The output of
manpath does not contain the path for asciidoctor.1 after the installation of textproc/docproj)