[project @ 2004-08-08 20:46:44 by panne]
authorpanne <unknown>
Sun, 8 Aug 2004 20:46:52 +0000 (20:46 +0000)
committerpanne <unknown>
Sun, 8 Aug 2004 20:46:52 +0000 (20:46 +0000)
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
ghc/docs/users_guide/glasgow_exts.sgml
ghc/docs/users_guide/installing.sgml
ghc/docs/users_guide/intro.sgml
ghc/docs/users_guide/parallel.sgml
ghc/docs/users_guide/separate_compilation.sgml
ghc/docs/users_guide/users_guide.sgml
ghc/docs/users_guide/using.sgml

index 6c266cd..0783afd 100644 (file)
@@ -5,7 +5,7 @@
 
   <para>GHC (mostly) conforms to the Haskell 98 Foreign Function Interface
   Addendum 1.0, whose definition is available from <ulink
-  URL="http://haskell.org/"><literal>http://haskell.org/</literal></ulink >.
+  url="http://haskell.org/"><literal>http://haskell.org/</literal></ulink >.
   The FFI support in GHC diverges from the Addendum in the following ways:
   </para>
 
index 1c42f5d..81d77dd 100644 (file)
@@ -505,7 +505,7 @@ import qualified Control.Monad.ST.Strict as ST
 
 <para>
 <indexterm><primary>Pattern guards (Glasgow extension)</primary></indexterm>
-The discussion that follows is an abbreviated version of Simon Peyton Jones's original <ulink URL="http://research.microsoft.com/~simonpj/Haskell/guards.html">proposal</ulink>. (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 <ulink url="http://research.microsoft.com/~simonpj/Haskell/guards.html">proposal</ulink>. (Note that the proposal was written before pattern guards were implemented, so refers to them as unimplemented.)
 </para>
 
 <para>
@@ -1353,7 +1353,7 @@ declarations.  Define your own instances!
 <para>
 This section documents GHC's implementation of multi-parameter type
 classes.  There's lots of background in the paper <ulink
-URL="http://research.microsoft.com/~simonpj/multi.ps.gz" >Type
+url="http://research.microsoft.com/~simonpj/multi.ps.gz" >Type
 classes: exploring the design space</ulink > (Simon Peyton Jones, Mark
 Jones, Erik Meijer).
 </para>
index 2abdca9..3ca76e1 100644 (file)
@@ -544,7 +544,7 @@ To install GHC, use the following steps:
 <listitem><para>Download the Installshield <filename>setup.exe</filename>
 from the GHC download page
 <ulink
-URL="http://www.haskell.org/ghc">haskell.org</ulink>.
+url="http://www.haskell.org/ghc">haskell.org</ulink>.
 </para></listitem>
 
 <listitem><para>Run <filename>setup.exe</filename>.
@@ -687,7 +687,7 @@ on or rebooting may be the quickest cure.
 <!-- doesn't add much value any longer; leave out [sof 7/2002].
 <para>
 Further information on using GHC under Windows can be found in <ulink
-URL="http://www.dcs.gla.ac.uk/~sof/ghc-win32.html">Sigbj&oslash;rn Finne's
+url="http://www.dcs.gla.ac.uk/~sof/ghc-win32.html">Sigbj&oslash;rn Finne's
 pages</ulink>. Note: ignore the installation instructions, which are rather
 out of date; the <emphasis>Miscellaneous</emphasis> section at the bottom of
 the page is of most interest, covering topics beyond the scope of this
index 733f8c8..ee8747e 100644 (file)
 
     <itemizedlist>
       <listitem>
-       <para><ulink URL="http://www.haskell.org/" >Haskell home
+       <para><ulink url="http://www.haskell.org/" >Haskell home
        page</ulink></para>
       </listitem>
 
       <listitem>
-       <para><ulink URL="http://www.haskell.org/ghc/">GHC home
+       <para><ulink url="http://www.haskell.org/ghc/">GHC home
        page</ulink></para>
       </listitem>
 
       <listitem>
        <para><ulink
-       URL="http://www.cs.nott.ac.uk/~gmh/faq.html">comp.lang.functional
+       url="http://www.cs.nott.ac.uk/~gmh/faq.html">comp.lang.functional
        FAQ</ulink></para>
       </listitem>
 
index 3a754af..0442a9f 100644 (file)
@@ -27,7 +27,7 @@ a single Unix process on a single processor.
 
 <para>
 You will find at least one paper about Concurrent Haskell hanging off
-of <ulink URL="http://research.microsoft.com/~simonpj/">Simon Peyton
+of <ulink url="http://research.microsoft.com/~simonpj/">Simon Peyton
 Jones's Web page</ulink>.
 </para>
 
index e1052bd..558fb53 100644 (file)
@@ -590,7 +590,7 @@ $ ghc -c parse/Foo.hs parse/Bar.hs gurgle/Bumble.hs -odir `arch`
 
       <para>Patrick Sansom had a workshop paper about how all this is
       done (though the details have changed quite a bit). <ulink
-      URL="mailto:sansom@dcs.gla.ac.uk">Ask him</ulink> if you want a
+      url="mailto:sansom@dcs.gla.ac.uk">Ask him</ulink> if you want a
       copy.</para>
 
     </sect2>
index 20022c7..ea03b9e 100644 (file)
@@ -4,6 +4,6 @@
 <!ENTITY ug-book SYSTEM "ug-book.sgml">
 ]>
 
-<Book id="users-guide">
+<book id="users-guide">
 &ug-book;
-</Book>
+</book>
index a79c549..2fbd986 100644 (file)
@@ -1509,7 +1509,7 @@ for concurrent/parallel execution.
 <variablelist>
 
 <varlistentry>
-<Term><option>-qp&lt;N&gt;</option>:</Term>
+<term><option>-qp&lt;N&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qp&lt;N&gt; RTS option</primary></indexterm>
@@ -1554,7 +1554,7 @@ check (with <option>-C</option>).
 </listitem>
 </varlistentry>
 <varlistentry>
-<Term><option>-qt&lt;num&gt;</option>:</Term>
+<term><option>-qt&lt;num&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qt&lt;num&gt; RTS option</primary></indexterm>
@@ -1568,7 +1568,7 @@ translates to 4K bytes, and for 64-bit machines, 8K bytes.)
 </varlistentry>
 <!-- no more -HWL
 <varlistentry>
-<Term><option>-d</option>:</Term>
+<term><option>-d</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-d RTS option (parallel)</primary></indexterm>
@@ -1582,7 +1582,7 @@ in <filename>ghc/utils/pvm/</filename>.
 </varlistentry>
 -->
 <varlistentry>
-<Term><option>-qe&lt;num&gt;</option>:</Term>
+<term><option>-qe&lt;num&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qe&lt;num&gt; RTS option
@@ -1595,7 +1595,7 @@ initially.
 </listitem>
 </varlistentry>
 <varlistentry>
-<Term><option>-qQ&lt;num&gt;</option>:</Term>
+<term><option>-qQ&lt;num&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qQ&lt;num&gt; RTS option (parallel)</primary></indexterm>
@@ -1607,7 +1607,7 @@ computation speed.
 </listitem>
 </varlistentry>
 <varlistentry>
-<Term><option>-qh&lt;num&gt;</option>:</Term>
+<term><option>-qh&lt;num&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qh&lt;num&gt; RTS option (parallel)</primary></indexterm>
@@ -1622,7 +1622,7 @@ of the load in the system.
 </listitem>
 </varlistentry>
 <varlistentry>
-<Term><option>-qg&lt;num&gt;</option>:</Term>
+<term><option>-qg&lt;num&gt;</option>:</term>
 <listitem>
 <para>
 <indexterm><primary>-qg&lt;num&gt; RTS option