From d76a7a8ab754cab2c4285b914e84cf1269cddbe6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2007 21:00:49 +0000 Subject: [PATCH] User guide tweaks --- docs/users_guide/installing.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index b66feeb..fba07e3 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -229,7 +229,7 @@ You can override it, but by default this directory is The executable binary for GHC will be installed in the bin/ sub-directory of the installation directory. If you want to invoke GHC from a command line, add this -to your PATH environment variable. +to your $PATH environment variable. When installation is complete, you should find GHCi and the GHC @@ -392,9 +392,9 @@ That is why $(bindir) must be $(libdir)/bin The binary directory -The binary directory, $(bindir) contains user-visible +The binary directory, $(bindir), contains user-visible executables, notably ghc and ghci. -You should add it to your $PATH +You should add it to your $PATH. On Unix, the user-invokable ghc invokes $(libdir)/ghc-version, @@ -417,9 +417,10 @@ truncates them. Similarly ghci is a C wrapper program that The library directory -The layout of the library directory, $(libdir) is almost identical on +The layout of the library directory, $(libdir), +is almost identical on Windows and Unix, as follows. Differences between Windows and Unix -are noted thus [Win32 only] and are commented below. +are annoted [Win32 only] and are commented below. $(libdir)/ -- 1.7.10.4