From 231b972f21fd5ee4152ce528b0b955c1c695b38e Mon Sep 17 00:00:00 2001
From: shelarcy <shelarcy@gmail.com>
Date: Fri, 30 Dec 2011 11:27:03 +0900
Subject: [PATCH 2/2] Update document to use Control.Concurrent's
 getNumCapabilities instead of GHC.Conc's one.

---
 docs/users_guide/using.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index 8a13805..5491698 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -2150,7 +2150,7 @@ f "2"    = 2
 
             <para>The current value of the <option>-N</option> option
               is available to the Haskell program
-              via <literal>GHC.Conc.getNumCapabilities</literal>, and
+              via <literal>Control.Concurrent.getNumCapabilities</literal>, and
               it may be changed while the program is running by
               calling <literal>GHC.Conc.setNumCapabilities</literal>.
               Note: in the current implementation,
-- 
1.7.6.msysgit.0

