summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-27 14:02:19 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-27 14:02:19 -0400
commitacd355a8fd40d0446c9f737e0f02d92fb5b7b935 (patch)
treec2fe53d197ab3630d9b6c761ec1c92e74ac36e2c
parent41f905596dc2560f29657753e4c69ce695161786 (diff)
downloadhaskell-acd355a8fd40d0446c9f737e0f02d92fb5b7b935.tar.gz
relnotes: Fix a few minor formatting issues
-rw-r--r--docs/users_guide/8.4.1-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index b787e2e626..4ed70280eb 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -163,10 +163,10 @@ Runtime system
where module initialisation stopped requiring a call to ``hs_add_root()``.
- Proper import library support added to GHC which can handle all of the libraries produced
- by dlltool. The limitation of them needing to be named with the suffix .dll.a is also removed.
+ by ``dlltool``. The limitation of them needing to be named with the suffix .dll.a is also removed.
See :ghc-ticket:`13606`, :ghc-ticket:`12499`, :ghc-ticket:`12498`
-- The GHCi runtime linker on Windows now supports the `big-obj` file format.
+- The GHCi runtime linker on Windows now supports the ``big-obj`` file format.
- The runtime system's :ref:`native stack backtrace <backtrace-signal>` support
on POSIX platforms is now triggered by ``SIGQUIT`` instead of ``SIGUSR2`` as