summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-10-13 15:15:17 -0400
committerBen Gamari <ben@well-typed.com>2020-10-13 15:15:17 -0400
commit751fad54e2358172a9b3151d3ff49cea107da430 (patch)
treea2486dd9ecfe59ea48ab95fe911b685cd95a2ceb
parent0a5f29185921cf2af908988ab3608602bcb40290 (diff)
downloadhaskell-wip/doc-fix.tar.gz
users-guide: Add missing :ghc-flag: directivewip/doc-fix
-rw-r--r--docs/users_guide/phases.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index d96af3adf1..1d22372889 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -850,8 +850,8 @@ for example).
This flag tells GHC to link against shared Haskell libraries. This
flag only affects the selection of dependent libraries, not the form
- of the current target (see -shared). See :ref:`using-shared-libs` on
- how to create them.
+ of the current target (see :ghc-flag:`-shared`).
+ See :ref:`using-shared-libs` on how to create them.
Note that this option also has an effect on code generation (see
above).