summaryrefslogtreecommitdiff
path: root/docs/users_guide/codegens.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/codegens.rst')
-rw-r--r--docs/users_guide/codegens.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/codegens.rst b/docs/users_guide/codegens.rst
index 9915452fbd..6db549958b 100644
--- a/docs/users_guide/codegens.rst
+++ b/docs/users_guide/codegens.rst
@@ -81,7 +81,7 @@ output to facilitate porting GHC itself to a new platform. This mode
produces much slower code though so it's unlikely your version of GHC
was built this way. If it has then the native code generator probably
won't be available. You can check this information by calling
-```ghc --info`` (see :ref:`ghc-info`).
+``ghc --info`` (see :ref:`ghc-info`).
.. _unreg:
@@ -112,4 +112,4 @@ to build GHC with the appropriate options set. Consult the GHC Building
Guide for details.
You can check if your GHC is unregisterised by calling
-```ghc --info`` (see :ref:`ghc-info`).
+``ghc --info`` (see :ref:`ghc-info`).