[commit: ghc] master: Fix prepositions in the documentation of -rdynamic. (15faa0e)
git at git.haskell.org
git at git.haskell.org
Tue Aug 19 22:17:44 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/15faa0ec3a5a783f3949dcff6adf412d5f21bdf8/ghc
>---------------------------------------------------------------
commit 15faa0ec3a5a783f3949dcff6adf412d5f21bdf8
Author: Facundo Domínguez <facundo.dominguez at tweag.io>
Date: Tue Aug 19 16:10:32 2014 -0300
Fix prepositions in the documentation of -rdynamic.
>---------------------------------------------------------------
15faa0ec3a5a783f3949dcff6adf412d5f21bdf8
docs/users_guide/flags.xml | 4 ++--
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 dbad118..f138c18 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 fb92fd3..095de32 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>
More information about the ghc-commits
mailing list