I've been noticing that many times when trying to view a manpage there doesn' seem to be a listing for that app.
I just built a package and was testing it today. The manpage for the app was in /usr/share/man. I went to see if it was indeed there and it was, along with many, many others. I did a
echo $MANPATH
and /usr/share/man wasn't included. I updated the path in a console like this
export MANPATH=$MANPATH:/usr/share/man
and it worked.
man xscreensaver
works now, but didn't in the past. Where in the system is this path set/appended? I'd like to fix it so I don't have to reset it each time I open up a console?