[pypy-svn] r71781 - pypy/build/ubuntu/debian/manpages

fijal at codespeak.net fijal at codespeak.net
Fri Mar 5 05:50:17 CET 2010


Author: fijal
Date: Fri Mar  5 05:50:15 2010
New Revision: 71781

Modified:
   pypy/build/ubuntu/debian/manpages/pypy.1
Log:
a bit update


Modified: pypy/build/ubuntu/debian/manpages/pypy.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/pypy.1	(original)
+++ pypy/build/ubuntu/debian/manpages/pypy.1	Fri Mar  5 05:50:15 2010
@@ -1,11 +1,11 @@
 .TH PYPY 1 "March 4, 2010"
 .SH NAME
-pypy \- PyPy Python interpreter compiled using the C backend.
+pypy \- PyPy's Python interpreter with a just in time compiler.
 .SH SYNOPSIS
 .B pypy
 .RI [options]
 .SH DESCRIPTION
-\fBpypy\fP is a Python interpreter compiled using the C backend.
+\fBpypy\fP is a Python interpreter with a just in time compiler.
 .SH OPTIONS
 .TP
 .B \-i
@@ -39,7 +39,7 @@
 Print translation information about this PyPy executable.
 .TP
 .B \-\-jit debug=N
-low-level JIT parameter (default 2)
+Set the verbosity of the jit (default: 2, 0 - turn it off)
 .TP
 .B \-\-jit inlining=N
 low-level JIT parameter (default False)



More information about the Pypy-commit mailing list