diff options
Diffstat (limited to 'docs/users_guide/phases.xml')
-rw-r--r-- | docs/users_guide/phases.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 05037b7e89..eefef55d79 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -834,7 +834,7 @@ $ cat foo.hspp</screen> <para>On Darwin/OS X/iOS only, link in the framework <replaceable>name</replaceable>. This option corresponds to the <option>-framework</option> option for Apple's Linker. Please note that frameworks and packages are two different things - frameworks don't - contain any haskell code. Rather, they are Apple's way of packaging shared libraries. + contain any Haskell code. Rather, they are Apple's way of packaging shared libraries. To link to Apple's “Carbon” API, for example, you'd use <option>-framework Carbon</option>. </para> @@ -1368,5 +1368,6 @@ $ cat foo.hspp</screen> <!-- Emacs stuff: ;;; Local Variables: *** ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter" "sect1") *** + ;;; ispell-local-dictionary: "british" *** ;;; End: *** --> |