[commit: ghc] master: Fix DocBook formatting (1ed5fab)

Simon Peyton Jones simonpj at microsoft.com
Mon Aug 22 13:17:47 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1ed5fabe2fb79bf131636b49c22f8a70340fe0cd

>---------------------------------------------------------------

commit 1ed5fabe2fb79bf131636b49c22f8a70340fe0cd
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Aug 22 12:17:34 2011 +0100

    Fix DocBook formatting

>---------------------------------------------------------------

 docs/users_guide/ghci.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index 581b918..def2f90 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -1895,7 +1895,8 @@ $ ghci -lm
 	     modules from packages) only the non-<literal>*</literal>
              form of <literal>:browse</literal> is available.</para>
           </listitem>
-          <listitem>Data constructors and class methods are usually
+          <listitem>
+          <para>Data constructors and class methods are usually
           displayed in the context of their data type or class declaration.
           However, if the <literal>!</literal> symbol is appended to the
           command, thus <literal>:browse!</literal>, 
@@ -1929,6 +1930,8 @@ maybe :: b -> (a -> b) -> Maybe a -> b
     unqualified, or with a <literal>Prelude.</literal> qualifier.
   </para>
           </listitem>
+	</itemizedlist>
+      </para>
 	</listitem>
       </varlistentry>
 





More information about the Cvs-ghc mailing list