diff options
author | simonmar <unknown> | 2004-03-08 12:47:41 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-03-08 12:47:41 +0000 |
commit | 32b472052ded4529534cca0cece640f5c20d5bc8 (patch) | |
tree | e8635db74913c9e2e38d60a1d86c872de517a514 /ghc | |
parent | 8870be26eb28262a587a1b8a15c798c31e75135c (diff) | |
download | haskell-32b472052ded4529534cca0cece640f5c20d5bc8.tar.gz |
[project @ 2004-03-08 12:47:41 by simonmar]
Add small embellishment to one of the filename rules.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/docs/users_guide/separate_compilation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/separate_compilation.sgml b/ghc/docs/users_guide/separate_compilation.sgml index 9eef1a9701..69a6e8c888 100644 --- a/ghc/docs/users_guide/separate_compilation.sgml +++ b/ghc/docs/users_guide/separate_compilation.sgml @@ -90,8 +90,8 @@ <listitem> <para>If there is no <option>-odir</option> option (the default), then the object filename is derived from the - source filename by replacing the suffix with - <replaceable>osuf</replaceable>.</para> + source filename (ignoring the module name) by replacing the + suffix with <replaceable>osuf</replaceable>.</para> </listitem> <listitem> <para>If |