Para usar o comando man, você também deve instalar o pacote man
antes ou depois do man-pages
one
# yum install man-pages
... ok
# yum install man
... ok
Agora man
está instalado
# man ls
NAME
ls - list directory contents
SYNOPSIS
ls [OPTION]... [FILE]...
DESCRIPTION
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort.
Mandatory arguments to long options are mandatory for short options too. ...