From aa623b7ae42621dd12b00dd42bf08b3aa8d36be6 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 15 Jun 2019 09:09:33 +0200
Subject: [PATCH] Corrected the documentation to containt the correct directory
 where to put the 'stop' file.

---
 doc/RTD/source/ParameterFiles/parameter_description.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/RTD/source/ParameterFiles/parameter_description.rst b/doc/RTD/source/ParameterFiles/parameter_description.rst
index 0055ed22c2..f382bc88d9 100644
--- a/doc/RTD/source/ParameterFiles/parameter_description.rst
+++ b/doc/RTD/source/ParameterFiles/parameter_description.rst
@@ -568,8 +568,9 @@ been activated, the previous set of restart files will be named
 ``basename_000000.rst.prev``.
 
 SWIFT can also be stopped by creating an empty file called ``stop`` in the
-directory where the code runs. This will make SWIFT dump a fresh set of restart
-file (irrespective of the specified ``delta_time`` between dumps) and exit
+directory where the restart files are written (i.e. the directory speicified by
+the parameter ``subdir``). This will make SWIFT dump a fresh set of restart file
+(irrespective of the specified ``delta_time`` between dumps) and exit
 cleanly. One parameter governs this behaviour:
 
 * Number of steps between two checks for the presence of a ``stop`` file:
-- 
GitLab