summaryrefslogtreecommitdiff
path: root/docs/users_guide/phases.rst
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2017-10-19 11:45:19 -0400
committerJoachim Breitner <mail@joachim-breitner.de>2017-10-19 11:55:46 -0400
commit7ac22b73b38b60bc26ad2508f57732aa17532a80 (patch)
treefcba48f6072c33e46f142b473d79a0d5f69f7944 /docs/users_guide/phases.rst
parentde8752e40bfdb05727c723abf97bdf158b5d9392 (diff)
downloadhaskell-7ac22b73b38b60bc26ad2508f57732aa17532a80.tar.gz
User's guide: Fix the category of some flags
so now “7.6.12. Language options” only lists `-X` flags, as it should.
Diffstat (limited to 'docs/users_guide/phases.rst')
-rw-r--r--docs/users_guide/phases.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index d14a7fa5f1..d3189a5866 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -1145,5 +1145,5 @@ for example).
executables to ensure that only one ``libHSrts`` is present if
loaded into the address space of another Haskell process.
- Also, you may need to use the :ghc-flags:`-rdynamic` flag to ensure that
+ Also, you may need to use the :ghc-flag:`-rdynamic` flag to ensure that
that symbols are not dropped from your PIE objects.