[commit: ghc] master: relnotes: Fix a few minor formatting issues (acd355a)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 18:02:42 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/acd355a8fd40d0446c9f737e0f02d92fb5b7b935/ghc

>---------------------------------------------------------------

commit acd355a8fd40d0446c9f737e0f02d92fb5b7b935
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Oct 27 14:02:19 2017 -0400

    relnotes: Fix a few minor formatting issues


>---------------------------------------------------------------

acd355a8fd40d0446c9f737e0f02d92fb5b7b935
 docs/users_guide/8.4.1-notes.rst | 4 ++--
 1 file 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 b787e2e..4ed7028 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



More information about the ghc-commits mailing list