From 49857886538dcd0d4ecf51e9b5a116101d0cde0c Mon Sep 17 00:00:00 2001
From: Austin Seipp <austin@well-typed.com>
Date: Fri, 25 Oct 2013 12:33:26 -0500
Subject: [PATCH] Release note wibble.

Signed-off-by: Austin Seipp <austin@well-typed.com>
---
 docs/users_guide/7.8.1-notes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 8908a220061e..6e651ca8eaab 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -197,7 +197,10 @@
                 compiling with <literal>--make</literal> (which is on
                 by default,) you may also specify
                 <literal>-jN</literal> in order to compile
-                <replaceable>N</replaceable> modules in parallel.
+                <replaceable>N</replaceable> modules in
+                parallel. (Note: this will automatically scale on
+                multicore machines without specifying <literal>+RTS
+                -N</literal> to the compiler.)
            </para>
        </listitem>
 
-- 
GitLab