File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 199199 ('envvar' , 'LC_TIME' ),
200200 ('envvar' , 'LINES' ),
201201 ('envvar' , 'LOGNAME' ),
202+ ('envvar' , 'MANPAGER' ),
202203 ('envvar' , 'PAGER' ),
203204 ('envvar' , 'PATH' ),
204205 ('envvar' , 'PATHEXT' ),
Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ produced for that file.
5252 only execute code when a file is invoked as a script and not just imported.
5353
5454When printing output to the console, :program: `pydoc ` attempts to paginate the
55- output for easier reading. If the :envvar: `PAGER ` environment variable is set,
56- :program: `pydoc ` will use its value as a pagination program.
55+ output for easier reading. If either the :envvar: `MANPAGER ` or the
56+ :envvar: `PAGER ` environment variable is set, :program: `pydoc ` will use its
57+ value as a pagination program. When both are set, :envvar: `MANPAGER ` is used.
5758
5859Specifying a ``-w `` flag before the argument will cause HTML documentation
5960to be written out to a file in the current directory, instead of displaying text
You can’t perform that action at this time.
0 commit comments