summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-07-13 22:26:56 +0000
committerIan Lynagh <igloo@earth.li>2007-07-13 22:26:56 +0000
commite681519a1236b4d2a2412cc1ce005098b92dae23 (patch)
tree4ed52b8531804bebaa00abe1aee7d68ffd6f7bc4 /docs
parent072d5f5b74dfeb22d0938fb7f17d93cdec1fd783 (diff)
downloadhaskell-e681519a1236b4d2a2412cc1ce005098b92dae23.tar.gz
User guide tweaks
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ghci.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index b27781c332..4119836d72 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -18,7 +18,7 @@
<indexterm><primary>FFI</primary><secondary>GHCi support</secondary></indexterm>
<indexterm><primary>Foreign Function
Interface</primary><secondary>GHCi support</secondary></indexterm>.
- GHCi also includes an interactive debugger (see <xref linkend="ghci-debugger"/>)..</para>
+ GHCi also includes an interactive debugger (see <xref linkend="ghci-debugger"/>).</para>
<sect1 id="ghci-introduction">
<title>Introduction to GHCi</title>
@@ -28,12 +28,7 @@
<screen>
$ ghci
- ___ ___ _
- / _ \ /\ /\/ __(_)
- / /_\// /_/ / / | | GHC Interactive, version 6.6, for Haskell 98.
-/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
-\____/\/ /_/\____/|_| Type :? for help.
-
+GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
Prelude>
</screen>