I can view manual page via emacs in a terminal using the following command:
emacs -nw --eval \'(progn (man "find") (delete-window))\'
No