From a8e681c1e8aa4bc602714ff61583cd4e969d7187 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Wed, 7 Feb 2007 16:34:04 +0000 Subject: [PATCH] Improved naming of generated HTML files by using nice IDs --- docs/users_guide/5-00-notes.xml | 10 +++++----- docs/users_guide/5-04-notes.xml | 2 +- docs/users_guide/6.6-notes.xml | 4 ++-- docs/users_guide/ffi-chap.xml | 6 +++--- docs/users_guide/flags.xml | 2 +- docs/users_guide/ghci.xml | 6 +++--- docs/users_guide/glasgow_exts.xml | 12 ++++++------ docs/users_guide/gone_wrong.xml | 2 +- docs/users_guide/installing.xml | 26 +++++++++++++------------- docs/users_guide/parallel.xml | 2 +- docs/users_guide/phases.xml | 2 +- docs/users_guide/runtime_control.xml | 4 ++-- docs/users_guide/separate_compilation.xml | 6 +++--- docs/users_guide/using.xml | 8 ++++---- docs/users_guide/win32-dlls.xml | 8 ++++---- 15 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/users_guide/5-00-notes.xml b/docs/users_guide/5-00-notes.xml index 2871247..5f19c30 100644 --- a/docs/users_guide/5-00-notes.xml +++ b/docs/users_guide/5-00-notes.xml @@ -107,7 +107,7 @@ FFI libraries have been updated to the latest proposal from the FFI task force. Too many changes to list here, see - the docs: . + the docs: . @@ -121,12 +121,12 @@ PutFullMVar exception no longer exists. A non-blocking version of putMVar, tryPutMVar, has been added (). + linkend="MVars">). The Int and Integer types now have instances of - Bits (). + Bits (). Package hssource has been added. It @@ -147,8 +147,8 @@ integral types. - New modules: DiffArray (), - StorableArray (), + New modules: DiffArray (), + StorableArray (), MonadList, MonadCont (no documentation yet). diff --git a/docs/users_guide/5-04-notes.xml b/docs/users_guide/5-04-notes.xml index 91b8dcf..e42ea60 100644 --- a/docs/users_guide/5-04-notes.xml +++ b/docs/users_guide/5-04-notes.xml @@ -44,7 +44,7 @@ Explicit kind annotations can now be given on any binding occurrence of a type variable. See . + linkend="kinding">. The handling of type synonyms has been rationalised. diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 545b439..f68d4de 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -11,7 +11,7 @@ when you compile with , you now get an RTS flag that allows you to specify the number of OS threads that GHC should use. Defaults to 1. - See and and . @@ -41,7 +41,7 @@ f (x, y) | x `seq` False = undefined | otherwise = [x,y] - See for more details. + See for more details. diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index ff8ef62..8928ea8 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -25,7 +25,7 @@ the @@ -35,7 +35,7 @@ the