Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r67633:9003de95a6f6
Date: 2013-10-26 10:59 -0700
http://bitbucket.org/pypy/pypy/changeset/9003de95a6f6/

Log:    Make it clear this is a root command, not a comment

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -211,7 +211,9 @@
 "OSError: externmod.so: cannot restore segment prot after reloc: Permission
 denied." This is caused by a slight abuse of the C compiler during
 configuration, and can be disabled by running the following command with root
-privileges::
+privileges:
+
+.. code-block:: console
 
     # setenforce 0
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to