diff options
| author | simonmar <unknown> | 2005-11-10 10:50:39 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2005-11-10 10:50:39 +0000 |
| commit | 33d9c87a3639c19eba99ce5bd3075e45affc1fec (patch) | |
| tree | c6284e3c88c5d9484cea55559a4f64a44b7a1d34 | |
| parent | ccb7eee15163ec2def882a6549d2be64b3065abd (diff) | |
| download | haskell-33d9c87a3639c19eba99ce5bd3075e45affc1fec.tar.gz | |
[project @ 2005-11-10 10:50:39 by simonmar]
make validate happy
| -rw-r--r-- | ghc/docs/users_guide/using.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/docs/users_guide/using.xml b/ghc/docs/users_guide/using.xml index 6dc0ac00e8..f9deafec45 100644 --- a/ghc/docs/users_guide/using.xml +++ b/ghc/docs/users_guide/using.xml @@ -551,9 +551,9 @@ ghc -c Foo.hs</screen> <variablelist> <varlistentry> - <term><option>-x</option> <replaceable>suffix</replaceable></term> - <indexterm><primary><option>-x</option></primary> - </indexterm> + <term><option>-x</option> <replaceable>suffix</replaceable> + <indexterm><primary><option>-x</option></primary> + </indexterm></term> <listitem> <para>Causes all files following this option on the command line to be processed as if they had the suffix |
