doc/book/en/development/profiling/index.rst
changeset 2544 282261b26774
parent 2539 0f26a76b0348
child 2546 df456fa1b053
--- a/doc/book/en/development/profiling/index.rst	Tue Jul 28 23:21:39 2009 +0200
+++ b/doc/book/en/development/profiling/index.rst	Tue Jul 28 23:48:19 2009 +0200
@@ -22,7 +22,8 @@
     <RQL QUERY> <QUERY ARGS IF ANY> -- <TIME SPENT>
 
 CubicWeb also provides the **exlog** command to examine and summarize data found
-in such a file::
+in such a file:
+::
     $ cubicweb-ctl exlog < ~/myapp-rql.log
     0.07 50 Any A WHERE X eid %(x)s, X firstname A {}
     0.05 50 Any A WHERE X eid %(x)s, X lastname A {}