Author: Stefano Rivera <stef...@rivera.za.net> Branch: release-pypy3.5-5.x Changeset: r91513:ed6022df8666 Date: 2017-06-04 23:05 +0300 http://bitbucket.org/pypy/pypy/changeset/ed6022df8666/
Log: pypy3 manpage (grafted from e00caafaf849ac80d2aeb16b3fc6803f6526719c) diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -222,8 +222,8 @@ # -- Options for manpage output------------------------------------------------- man_pages = [ - ('man/pypy.1', 'pypy', - u'fast, compliant alternative implementation of the Python language', + ('man/pypy3.1', 'pypy3', + u'fast, compliant alternative implementation of the Python 3 language', u'The PyPy Project', 1) ] diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy3.1.rst copy from pypy/doc/man/pypy.1.rst copy to pypy/doc/man/pypy3.1.rst --- a/pypy/doc/man/pypy.1.rst +++ b/pypy/doc/man/pypy3.1.rst @@ -1,14 +1,14 @@ -====== - pypy -====== +======= + pypy3 +======= -.. note: this is turned into a regular man page "pypy.1" by +.. note: this is turned into a regular man page "pypy3.1" by doing "make man" in pypy/doc/ SYNOPSIS ======== -``pypy`` [*options*] +``pypy3`` [*options*] [``-c`` *cmd*\ \|\ ``-m`` *mod*\ \|\ *file.py*\ \|\ ``-``\ ] [*arg*\ ...] @@ -69,7 +69,7 @@ =========== ``PYTHONPATH`` - Add directories to pypy's module search path. + Add directories to pypy3's module search path. The format is the same as shell's ``PATH``. ``PYTHONSTARTUP`` @@ -132,4 +132,4 @@ SEE ALSO ======== -**python**\ (1) +**python3**\ (1) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit