If you are on OSX you can easily open man documentation using Preview. Just replace ls with command you would like to see documentation for.
man -t "ls" | open -f -a /Applications/Preview.app/
If you are on OSX you can easily open man documentation using Preview. Just replace ls with command you would like to see documentation for.
man -t "ls" | open -f -a /Applications/Preview.app/