summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFacundo Domínguez <facundo.dominguez@tweag.io>2014-08-19 16:10:32 -0300
committerGabor Greif <ggreif@gmail.com>2014-08-20 00:16:13 +0200
commit15faa0ec3a5a783f3949dcff6adf412d5f21bdf8 (patch)
tree488bd28b8b729f5f490eeebd88e8cb87f1bf2843 /docs
parentf328890021253c426b7450b6c5a1061d25f6219b (diff)
downloadhaskell-15faa0ec3a5a783f3949dcff6adf412d5f21bdf8.tar.gz
Fix prepositions in the documentation of -rdynamic.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/flags.xml4
-rw-r--r--docs/users_guide/phases.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index dbad11867a..f138c18947 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -2433,8 +2433,8 @@
<entry><option>-rdynamic</option></entry>
<entry>This instructs the linker to add all symbols, not only used ones, to the
dynamic symbol table. Currently Linux and Windows/MinGW32 only.
- This is equivalent to using <literal>-optl -rdynamic</literal> in linux,
- and <literal>-optl -export-all-symbols</literal> in Windows.</entry>
+ This is equivalent to using <literal>-optl -rdynamic</literal> on Linux,
+ and <literal>-optl -export-all-symbols</literal> on Windows.</entry>
<entry>dynamic</entry>
<entry>-</entry>
</row>
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml
index fb92fd39ee..095de32516 100644
--- a/docs/users_guide/phases.xml
+++ b/docs/users_guide/phases.xml
@@ -1241,8 +1241,8 @@ $ cat foo.hspp</screen>
<para>
This instructs the linker to add all symbols, not only used ones, to the
dynamic symbol table. Currently Linux and Windows/MinGW32 only.
- This is equivalent to using <literal>-optl -rdynamic</literal> in linux,
- and <literal>-optl -export-all-symbols</literal> in Windows.</para>
+ This is equivalent to using <literal>-optl -rdynamic</literal> on Linux,
+ and <literal>-optl -export-all-symbols</literal> on Windows.</para>
</listitem>
</varlistentry>
</variablelist>