[commit: ghc] master: user-guide: Add missing <para> tags around <listitem> body (c60c462)
git at git.haskell.org
git at git.haskell.org
Sat Sep 5 08:54:06 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c60c462f4cf4c25274e4fe13c313deb52f092c47/ghc
>---------------------------------------------------------------
commit c60c462f4cf4c25274e4fe13c313deb52f092c47
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 4 18:49:23 2015 +0200
user-guide: Add missing <para> tags around <listitem> body
Otherwise this is ill-formed DocBook
>---------------------------------------------------------------
c60c462f4cf4c25274e4fe13c313deb52f092c47
docs/users_guide/codegens.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml
index d2a805a..d9c4859 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>
More information about the ghc-commits
mailing list