Variable: Man-switches
Man-switches is a customizable variable defined in man.el.gz.
Value
""
Documentation
Switches passed to the man command, as a single string.
For example, the -a switch lets you see all the manpages for a
specified subject, if your man program supports it.
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-switches ""
"Switches passed to the man command, as a single string.
For example, the -a switch lets you see all the manpages for a
specified subject, if your `man' program supports it."
:type 'string
:group 'man)