diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2015-09-04 18:49:23 +0200 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2015-09-05 10:53:30 +0200 | 
| commit | c60c462f4cf4c25274e4fe13c313deb52f092c47 (patch) | |
| tree | a9ac9be9027368c9f7b2f303578389fc60dcfe37 /docs/users_guide | |
| parent | 5c372fe50412b8d2606b98ad953d3b0a121f9d9b (diff) | |
| download | haskell-c60c462f4cf4c25274e4fe13c313deb52f092c47.tar.gz | |
user-guide: Add missing <para> tags around <listitem> body
Otherwise this is ill-formed DocBook
Diffstat (limited to 'docs/users_guide')
| -rw-r--r-- | docs/users_guide/codegens.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml index d2a805a3ee..d9c4859071 100644 --- a/docs/users_guide/codegens.xml +++ b/docs/users_guide/codegens.xml @@ -46,9 +46,9 @@      <para>To install LLVM and Clang:        <itemizedlist> -        <listitem><emphasis>Linux</emphasis>: Use your package management tool. +        <listitem><para><emphasis>Linux</emphasis>: Use your package management tool.</para>          </listitem> -        <listitem><emphasis>Mac OS X</emphasis>: Clang is included by +        <listitem><para><emphasis>Mac OS X</emphasis>: Clang is included by          default on recent OS X machines when XCode is installed (from          <literal>10.6</literal> and later). LLVM is not included. In          order to use the LLVM based code generator, you should install @@ -56,12 +56,12 @@          url="http://mxcl.github.com/homebrew/">Homebrew</ulink>          package manager for OS X. Alternatively you can download          binaries for LLVM and Clang from <ulink -        url="http://llvm.org/releases/download.html">here</ulink>. +        url="http://llvm.org/releases/download.html">here</ulink>.</para>          </listitem> -        <listitem><emphasis>Windows</emphasis>: You should download binaries for +        <listitem><para><emphasis>Windows</emphasis>: You should download binaries for            LLVM and clang from -          <ulink url="http://llvm.org/releases/download.html">here</ulink>. +          <ulink url="http://llvm.org/releases/download.html">here</ulink>.</para>          </listitem>        </itemizedlist>      </para> | 
