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

getxsick at codespeak.net getxsick at codespeak.net
Tue Mar 9 18:17:13 CET 2010


Author: getxsick
Date: Tue Mar  9 18:17:12 2010
New Revision: 71978

Modified:
   pypy/build/ubuntu/debian/manpages/dotviewer.1
   pypy/build/ubuntu/debian/manpages/pypy.1
   pypy/build/ubuntu/debian/manpages/rpycompile.1
   pypy/build/ubuntu/debian/manpages/sshgraphserver.1
Log:
update manpages

Modified: pypy/build/ubuntu/debian/manpages/dotviewer.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/dotviewer.1	(original)
+++ pypy/build/ubuntu/debian/manpages/dotviewer.1	Tue Mar  9 18:17:12 2010
@@ -12,7 +12,7 @@
 manner. It's widely used by various PyPy's debugging tools, like
 JIT assembler viewer, flowgraph viewer etc.
 .SH SEE ALSO
-.BR graphserver(1), sshgraphserver(1), pypy (1),
+.BR sshgraphserver(1), pypy (1),
 .SH AUTHORS
 \fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
 .PP

Modified: pypy/build/ubuntu/debian/manpages/pypy.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/pypy.1	(original)
+++ pypy/build/ubuntu/debian/manpages/pypy.1	Tue Mar  9 18:17:12 2010
@@ -39,7 +39,7 @@
 Print translation information about this PyPy executable.
 .TP
 .B \-\-jit debug=N
-Set the verbosity of the jit (default: 0)
+Set the verbosity of the jit (default: off)
 .TP
 .B \-\-jit inlining=N
 low-level JIT parameter (default: False)
@@ -56,7 +56,7 @@
 .B \-\-jit trace_limit=N
 low-level JIT parameter (default: 10000)
 .SH SEE ALSO
-.BR rpycompile (1), dotviewer (1), graphserver(1), sshgraphserver(1),
+.BR rpycompile (1), dotviewer (1), sshgraphserver(1),
 .SH AUTHORS
 \fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
 .PP

Modified: pypy/build/ubuntu/debian/manpages/rpycompile.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/rpycompile.1	(original)
+++ pypy/build/ubuntu/debian/manpages/rpycompile.1	Tue Mar  9 18:17:12 2010
@@ -10,7 +10,7 @@
 .TP
 To see the full list, please see the documentation or \fB--help\fP option.
 .SH SEE ALSO
-.BR pypy (1),
+.BR pypy (1), dotviewer(1), sshgraphserver(1),
 .SH AUTHORS
 \fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
 .PP

Modified: pypy/build/ubuntu/debian/manpages/sshgraphserver.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/sshgraphserver.1	(original)
+++ pypy/build/ubuntu/debian/manpages/sshgraphserver.1	Tue Mar  9 18:17:12 2010
@@ -14,7 +14,7 @@
 programs using the dotviewer library as long as they run on 'hostname' under
 the same username as the one sshgraphserver logs as.
 .SH SEE ALSO
-.BR graphserver (1), dotviewer (1), pypy (1),
+.BR dotviewer (1), pypy (1),
 .SH AUTHORS
 \fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
 .PP



More information about the Pypy-commit mailing list