summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-11-01 00:37:29 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-01 23:12:17 -0400
commit01006bc79582616c9bbc842b397e85437a57ac18 (patch)
tree1d009eb6cdc6e2eadcc57fc524a2cd7f8ebd288e
parent4a6d3d68f2ce97c1f231eede3819299a0fd2b9c8 (diff)
downloadhaskell-01006bc79582616c9bbc842b397e85437a57ac18.tar.gz
doc: Fix backticks
-rw-r--r--docs/users_guide/runtime_control.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 049ba13839..96b3d8aba3 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -233,7 +233,7 @@ Miscellaneous RTS options
If yes (the default), the RTS on Windows will generate a core dump on
any crash. These dumps can be inspected using debuggers such as WinDBG.
The dumps record all code, registers and threading information at the time
- of the crash. Note that this implies `--install-seh-handlers=yes`.
+ of the crash. Note that this implies ``--install-seh-handlers=yes``.
.. rts-flag:: --generate-stack-traces=<yes|no>