Fixed DocBook XML once again, "make validate" is your friend!
authorsven.panne@aedion.de <unknown>
Sat, 23 Sep 2006 16:50:45 +0000 (16:50 +0000)
committersven.panne@aedion.de <unknown>
Sat, 23 Sep 2006 16:50:45 +0000 (16:50 +0000)
docs/users_guide/packages.xml
docs/users_guide/phases.xml
docs/users_guide/runtime_control.xml
docs/vh/vh.xml

index 4d0cac7..f209d57 100644 (file)
@@ -383,9 +383,9 @@ $ export GHC_PACKAGE_PATH=$HOME/.my-ghc-packages.conf:</screen>
 
       <variablelist>
        <varlistentry>
-         <term><option>-package-name <replaceable>foo</replaceable></option></term>
+         <term><option>-package-name <replaceable>foo</replaceable></option>
          <indexterm><primary><literal>-package-name</literal></primary>
-           <secondary>option</secondary></indexterm>
+           <secondary>option</secondary></indexterm></term>
          <listitem>
            <para>This option is added to the command line when
            compiling a module that is destined to be part of package
index e5bac79..35e74c3 100644 (file)
@@ -859,7 +859,7 @@ $ cat foo.hspp</screen>
               machine.  See <xref linkend="sec-using-smp" />.</para>
 
               <para>The ability to make a foreign call that does not
-              block all other Haskell threads.</para>.
+              block all other Haskell threads.</para>
 
               <para>The ability to invoke foreign exported Haskell
               functions from multiple OS threads.</para>
index e15d5cc..7b60167 100644 (file)
@@ -90,9 +90,9 @@
 
     <variablelist>
      <varlistentry>
-       <term><option>-V<replaceable>secs</replaceable></option></term>
+       <term><option>-V<replaceable>secs</replaceable></option>
        <indexterm><primary><option>-V</option></primary><secondary>RTS
-       option</secondary></indexterm>
+       option</secondary></indexterm></term>
        <listitem>
          <para>Sets the interval that the RTS clock ticks at.  The
          runtime uses a single timer signal to count ticks; this timer
index f7d636a..d27c989 100644 (file)
            does not work for library functions currently.</para>
          </listitem>
        </itemizedlist>
-      </section>
 
       <para>The following features are provided by the project system for
        constructing Haskell projects:</para>
       documentation: the GHC manual, the hierarchical libraries reference, and
       other material all of which can be browsed within Visual Studio
       itself.</para>
+    </section>
 
     <section>
       <title>Getting Started</title>