[pypy-commit] pypy default: Try to improve formatting

arigo noreply at buildbot.pypy.org
Mon Feb 17 17:36:14 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69184:9e295f159914
Date: 2014-02-17 17:35 +0100
http://bitbucket.org/pypy/pypy/changeset/9e295f159914/

Log:	Try to improve formatting

diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy.1.rst
--- a/pypy/doc/man/pypy.1.rst
+++ b/pypy/doc/man/pypy.1.rst
@@ -19,10 +19,10 @@
     Skip assert statements.
 
 -OO
-    Remove docstrings when importing modules in addition to -O.
+    Remove docstrings when importing modules in addition to ``-O``.
 
--c *cmd*
-    Program passed in as CMD (terminates option list).
+-c CMD
+    Program passed in as ``CMD`` (terminates option list).
 
 -S
     Do not ``import site`` on initialization.
@@ -36,10 +36,10 @@
 -h, --help
     Show a help message and exit.
 
--m *mod*
+-m MOD
     Library module to be run as a script (terminates option list).
 
--W *arg*
+-W ARG
     Warning control (*arg* is *action*:*message*:*category*:*module*:*lineno*).
 
 -E
@@ -54,7 +54,7 @@
 --info
     Print translation information about this PyPy executable.
 
---jit *arg*
+--jit ARG
     Low level JIT parameters.  Mostly internal.  Run ``--jit help``
     for more information.
 


More information about the pypy-commit mailing list