[pypy-svn] r58747 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Oct 7 15:21:47 CEST 2008


Author: cfbolz
Date: Tue Oct  7 15:21:47 2008
New Revision: 58747

Modified:
   pypy/dist/pypy/doc/maemo.txt
Log:
fix rest problem


Modified: pypy/dist/pypy/doc/maemo.txt
==============================================================================
--- pypy/dist/pypy/doc/maemo.txt	(original)
+++ pypy/dist/pypy/doc/maemo.txt	Tue Oct  7 15:21:47 2008
@@ -83,15 +83,16 @@
 Creating an target emulating N810/Maemo environment
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-Now we instruct scratchbox to define a target suitable for emulating the N810/Maemo device::
-    
-Login to the virtual environment and invoke :
+Now we instruct scratchbox to define a target suitable for emulating the
+N810/Maemo device:
+
+Login to the virtual environment and invoke::
 
     /scratchbox/login 
     sb-menu 
 
 this brings up an interactive menu, you need to *setup* a new target,
-you may name it "ARMEL" and then you need to select 
+you may name it "ARMEL" and then you need to select::
 
     compiler:  cs2007q3-glibc2.5-arm7
     devkits:   cputransp, perl, svn 



More information about the Pypy-commit mailing list