summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/runtime_control.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 4b0ca7f0b0..f22c941dac 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -1,7 +1,7 @@
.. _runtime-control:
-Running a compiled program
-==========================
+Runtime system (RTS) options
+============================
.. index::
single: runtime control of Haskell programs
@@ -9,7 +9,7 @@ Running a compiled program
single: RTS options
To make an executable program, the GHC system compiles your code and
-then links it with a non-trivial runtime system (RTS), which handles
+then links it with a non-trivial runtime system, which handles
storage management, thread scheduling, profiling, and so on.
The RTS has a lot of options to control its behaviour. For example, you