This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, eric.araujo, jsbronder
Date 2011-02-04.00:15:37
SpamBayes Score 4.4080853e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Thu, Feb 3, 2011 at 7:09 PM, Éric Araujo <[email protected]> wrote:
>
> Éric Araujo <[email protected]> added the comment:
>
> Is there a standard documenting MANPAGER somewhere?
>

Not really a standard, but man page for man on my OSX laptop says:

"""
       -P  pager
              Specify which pager to use.  This option overrides the
MANPAGER environment variable, which in turn overrides the PAGER
variable.
"""

POSIX only mandates PAGER.  See
<http://pubs.opengroup.org/onlinepubs/007908799/xcu/man.html>.

As I said before, since pydoc is not man, if we want a pydoc-specific
variable to override PAGER, it should be callled PYDOCPAGER.
History
Date User Action Args
2011-02-04 00:15:38belopolskysetrecipients: + belopolsky, eric.araujo, jsbronder
2011-02-04 00:15:37belopolskylinkissue8637 messages
2011-02-04 00:15:37belopolskycreate