From dc49ad7ed6a5fa99368ae4f86148532df3a4dcd1 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 8 Jul 1997 19:08:58 +0000 Subject: [PATCH] [project @ 1997-07-08 19:08:58 by sof] fixed section ref --- ghc/docs/users_guide/utils.lit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/utils.lit b/ghc/docs/users_guide/utils.lit index ff15c00..516e643 100644 --- a/ghc/docs/users_guide/utils.lit +++ b/ghc/docs/users_guide/utils.lit @@ -44,7 +44,7 @@ then @mkdependHS@ will generate a dependency line of the form: \begin{verbatim} A.o : B.hi-boot \end{verbatim} -(See \Sectionref{hi-boot} for details of @.hi-boot@ files.) +(See \Sectionref{hi-files} for details of interface files.) If @A@ imports multiple modules, then there will be multiple lines with @A.o@ as the target. -- 1.7.10.4