diff options
author | Facundo DomÃnguez <facundo.dominguez@tweag.io> | 2014-08-19 16:10:32 -0300 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-08-20 00:16:13 +0200 |
commit | 15faa0ec3a5a783f3949dcff6adf412d5f21bdf8 (patch) | |
tree | 488bd28b8b729f5f490eeebd88e8cb87f1bf2843 /docs | |
parent | f328890021253c426b7450b6c5a1061d25f6219b (diff) | |
download | haskell-15faa0ec3a5a783f3949dcff6adf412d5f21bdf8.tar.gz |
Fix prepositions in the documentation of -rdynamic.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 4 | ||||
-rw-r--r-- | docs/users_guide/phases.xml | 4 |
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> |