diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/haddock.xml | 20 | 
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index b779f835..df12f400 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1409,15 +1409,17 @@ module A where  	one of these special characters, precede it with a backslash  	(<literal>\</literal>).</para> -	<para>Additionally, the character <literal>></literal> and -	the character sequence <literal>ghci></literal> have special -	meanings at the beginning of a line.  The following characters -	have special meanings at the beginning of a paragraph: -	<literal>*</literal>, <literal>-</literal>.  The single -	characters can also be escaped using <literal>\</literal>.  To -	get a literal <literal>ghci></literal> at the beginning of a -	line, prefix the <literal>></literal> with a -	backslash.</para> +        <para>Additionally, the character <literal>></literal> has +        a special meaning at the beginning of a line, and the +        following characters have special meanings at the beginning of +        a paragraph: +        <literal>*</literal>, <literal>-</literal>.  These characters +        can also be escaped using <literal>\</literal>.</para> + +        <para>Furthermore, the character sequence <literal>ghci></literal> +        has a special meaning at the beginning of a line. To +        escape it, just prefix the <literal>></literal> character with a +        backslash.</para>        </section>        <section>  | 
