# To convert a man page to pdf:
man -t bash | ps2pdf - bash.pdf

# To view the ascii chart:
man 7 ascii

# To see config:
cat /private/etc/man.conf

# To check the existence of a keyword in all of man pages:
man -k <keyword>
