From 7f39ac4f3710420f25bd92af281a912484cdbec0 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 8 Aug 2004 20:46:52 +0000 Subject: [PATCH] [project @ 2004-08-08 20:46:44 by panne] DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons of indexterm elements within varlistentries are still misplaced. --- ghc/docs/users_guide/ffi-chap.sgml | 2 +- ghc/docs/users_guide/glasgow_exts.sgml | 4 ++-- ghc/docs/users_guide/installing.sgml | 4 ++-- ghc/docs/users_guide/intro.sgml | 6 +++--- ghc/docs/users_guide/parallel.sgml | 2 +- ghc/docs/users_guide/separate_compilation.sgml | 2 +- ghc/docs/users_guide/users_guide.sgml | 4 ++-- ghc/docs/users_guide/using.sgml | 14 +++++++------- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ghc/docs/users_guide/ffi-chap.sgml b/ghc/docs/users_guide/ffi-chap.sgml index 6c266cd..0783afd 100644 --- a/ghc/docs/users_guide/ffi-chap.sgml +++ b/ghc/docs/users_guide/ffi-chap.sgml @@ -5,7 +5,7 @@ GHC (mostly) conforms to the Haskell 98 Foreign Function Interface Addendum 1.0, whose definition is available from http://haskell.org/. + url="http://haskell.org/">http://haskell.org/. The FFI support in GHC diverges from the Addendum in the following ways: diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 1c42f5d..81d77dd 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -505,7 +505,7 @@ import qualified Control.Monad.ST.Strict as ST Pattern guards (Glasgow extension) -The discussion that follows is an abbreviated version of Simon Peyton Jones's original proposal. (Note that the proposal was written before pattern guards were implemented, so refers to them as unimplemented.) +The discussion that follows is an abbreviated version of Simon Peyton Jones's original proposal. (Note that the proposal was written before pattern guards were implemented, so refers to them as unimplemented.) @@ -1353,7 +1353,7 @@ declarations. Define your own instances! This section documents GHC's implementation of multi-parameter type classes. There's lots of background in the paper Type +url="http://research.microsoft.com/~simonpj/multi.ps.gz" >Type classes: exploring the design space (Simon Peyton Jones, Mark Jones, Erik Meijer). diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 2abdca9..3ca76e1 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -544,7 +544,7 @@ To install GHC, use the following steps: Download the Installshield setup.exe from the GHC download page haskell.org. +url="http://www.haskell.org/ghc">haskell.org. Run setup.exe. @@ -687,7 +687,7 @@ on or rebooting may be the quickest cure. -: +: -qe<num> RTS option @@ -1595,7 +1595,7 @@ initially. -: +: -qQ<num> RTS option (parallel) @@ -1607,7 +1607,7 @@ computation speed. -: +: -qh<num> RTS option (parallel) @@ -1622,7 +1622,7 @@ of the load in the system. -: +: -qg<num> RTS option -- 1.7.10.4