Hacker News new | ask | show | jobs
by mseepgood 971 days ago
I don't know why the man command is missing, because the pages themselves are there under /usr/man.
1 comments

You can use roff to show the manpages.

e.g. roff -Tman who.1

Cool-- thanks :)