diff options
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 |