summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2021-07-23 22:08:31 +0200
committerBen Gamari <ben@well-typed.com>2021-07-28 17:31:12 +0000
commit53241dee07dae887dcd6f0a2f3b767cfccee4e70 (patch)
tree51740f2227fdd9e87ed033b304bcd657d75bddf9
parent4a2ef3dd38adf613f425bb1ef8a8614bea558ff0 (diff)
downloadhaskell-53241dee07dae887dcd6f0a2f3b767cfccee4e70.tar.gz
docs: rename the "Running a compiled program" section in the users guidewip/adamse/docs-rts-options
This hopefully makes it easier to find the right section when scanning the table of contents.
-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