Variable: Man-support-remote-systems
Man-support-remote-systems is a customizable variable defined in
man.el.gz.
Value
nil
Documentation
Whether to call the Un*x "man" program on remote systems.
When this is non-nil, call the "man" program on the remote
system determined by default-directory.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-support-remote-systems nil
"Whether to call the Un*x \"man\" program on remote systems.
When this is non-nil, call the \"man\" program on the remote
system determined by `default-directory'."
:type 'boolean
:version "30.1")