summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2019-03-20 18:19:10 +0100
committerJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2019-03-20 18:19:10 +0100
commit33efdfc0b541d8ccb9d4a5b06598c2964a7285ba (patch)
tree4f6aa86f9e9426db0df8d46528b1af4552e85111
parentcd524c1c333fdba71d684bf2759ebb583ad0b021 (diff)
downloadcmake-33efdfc0b541d8ccb9d4a5b06598c2964a7285ba.tar.gz
Help: improve source formatting
-rw-r--r--Help/command/execute_process.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst
index bbcb37a7d9..9209f957ce 100644
--- a/Help/command/execute_process.rst
+++ b/Help/command/execute_process.rst
@@ -57,9 +57,9 @@ Options:
``RESULTS_VARIABLE <variable>``
The variable will be set to contain the result of all processes as a
- :ref:`semicolon-separated list <CMake Language Lists>`, in order of the given ``COMMAND``
- arguments. Each entry will be an integer return code from the
- corresponding child or a string describing an error condition.
+ :ref:`semicolon-separated list <CMake Language Lists>`, in order of the
+ given ``COMMAND`` arguments. Each entry will be an integer return code
+ from the corresponding child or a string describing an error condition.
``OUTPUT_VARIABLE``, ``ERROR_VARIABLE``
The variable named will be set with the contents of the standard output