[project @ 2003-08-05 12:00:03 by simonmar]
[ghc-hetmet.git] / ghc / docs / users_guide / flags.sgml
index fa30867..8dc22af 100644 (file)
     </sect2>
 
     <sect2>
-      <title>Finding imports (<xref linkend="options-finding-imports">)</title>
+      <title>Finding imports (<xref linkend="search-path">)</title>
 
       <informaltable>
        <tgroup cols=3 align=left colsep=1 rowsep=1>
            </row>
            <row>
              <entry><option>-farrows</option></entry>
-             <entry>Enable arrow notation extension
+             <entry>Enable arrow notation extension</entry>
              <entry>dynamic</entry>
              <entry><option>-fno-arrows</option></entry>
            </row>
 
            <row>
              <entry><option>-frules-off</option></entry>
-             <entry>Switch off all rewrite rules</entry>
+             <entry>Switch off all rewrite rules (including rules
+             generated by automatic specialisation of overloaded functions)</entry>
              <entry>static</entry>
              <entry><option>-frules-off</option></entry>
            </row>