Re: Incompplete Man Pages
Reply #1 –
I'm not sure what you mean. Either:
You installed something but the man database isn't updated so man -k isn't showing up any results:
sudo mandb
(Yes root access is required.)
Or manpages are not included in the installation in some programs.
If this then I'm going to assume that this post is for the Artix devs.
for the latter a good example might be:
7zip has no manpages, but p7zip has.
pacman -Fl 7zip | grep 'usr/share/man'
vs
pacman -Fl p7zip | grep 'usr/share/man'
edit: p7zip is only within the omniverse repo