[project @ 2002-01-04 10:18:58 by simonmar]
[ghc-hetmet.git] / ghc / docs / users_guide / utils.sgml
index b9a0c2a..d58752e 100644 (file)
@@ -185,7 +185,7 @@ tags:
       <variablelist>
        <varlistentry>
          <term><literal>-t FILE</literal> or
-         <literal>--template=FILE</literal></term>
+         <literal>&ndash;&ndash;template=FILE</literal></term>
          <listitem>
            <para>The template file (see below).</para>
          </listitem>
@@ -193,7 +193,7 @@ tags:
 
        <varlistentry>
          <term><literal>-c PROG</literal> or
-         <literal>--cc=PROG</literal></term>
+         <literal>&ndash;&ndash;cc=PROG</literal></term>
          <listitem>
            <para>The C compiler to use (default:
            <command>ghc</command>)</para>
@@ -202,7 +202,7 @@ tags:
 
        <varlistentry>
          <term><literal>-l PROG</literal> or
-         <literal>--ld=PROG</literal></term>
+         <literal>&ndash;&ndash;ld=PROG</literal></term>
          <listitem>
            <para>The linker to use (default:
            <command>gcc</command>).</para>
@@ -211,7 +211,7 @@ tags:
 
        <varlistentry>
          <term><literal>-C FLAG</literal> or
-         <literal>--cflag=FLAG</literal></term>
+         <literal>&ndash;&ndash;cflag=FLAG</literal></term>
          <listitem>
            <para>An extra flag to pass to the C compiler.</para>
          </listitem>
@@ -226,7 +226,7 @@ tags:
 
        <varlistentry>
          <term><literal>-L FLAG</literal> or
-         <literal>--lflag=FLAG</literal></term>
+         <literal>&ndash;&ndash;lflag=FLAG</literal></term>
          <listitem>
            <para>An extra flag to pass to the linker.</para>
          </listitem>
@@ -234,7 +234,7 @@ tags:
 
        <varlistentry>
          <term><literal>-i FILE</literal> or
-         <literal>--include=FILE</literal></term>
+         <literal>&ndash;&ndash;include=FILE</literal></term>
          <listitem>
            <para>As if the appropriate <literal>#include</literal>
             directive was placed in the source.</para>
@@ -243,7 +243,7 @@ tags:
 
        <varlistentry>
          <term><literal>-D NAME[=VALUE]</literal> or
-         <literal>--define=NAME[=VALUE]</literal></term>
+         <literal>&ndash;&ndash;define=NAME[=VALUE]</literal></term>
          <listitem>
            <para>As if the appropriate <literal>#define</literal>
             directive was placed in the source.</para>
@@ -252,28 +252,28 @@ tags:
 
        <varlistentry>
          <term><literal>-o FILE</literal> or
-         <literal>--output=FILE</literal></term>
+         <literal>&ndash;&ndash;output=FILE</literal></term>
          <listitem>
            <para>Name of the Haskell file.</para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term><literal>--help</literal></term>
+         <term><literal>&ndash;&ndash;help</literal></term>
          <listitem>
            <para>Display a summary of the available flags.</para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term><literal>--version</literal></term>
+         <term><literal>&ndash;&ndash;version</literal></term>
          <listitem>
            <para>Output version information.</para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term><literal>--no-compile</literal></term>
+         <term><literal>&ndash;&ndash;no-compile</literal></term>
          <listitem>
            <para>Stop after writing out the intermediate C program to disk.
            The file name for the intermediate C program is the input file name