Variable: eshell-cmpl-man-function
eshell-cmpl-man-function is a customizable variable defined in
em-cmpl.el.gz.
Value
man
Documentation
A function to that will be called to display a manual page.
It will be passed the name of the command to document.
Its value is assigned to pcomplete-man-function locally after eshell starts.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-man-function #'man
(eshell-cmpl--custom-variable-docstring 'pcomplete-man-function)
:type (get 'pcomplete-man-function 'custom-type))