summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-13 13:21:13 -0500
committerBrad King <brad.king@kitware.com>2023-01-13 13:21:41 -0500
commit96ce3581ab77371f8e794fe4d29da6989f66cdcc (patch)
treed376a63ef6333e6fed4fe58e7b34c68bc2776c39 /Help/manual
parent485a72dc64602a0e1513744bd3855333e1dfb1da (diff)
downloadcmake-96ce3581ab77371f8e794fe4d29da6989f66cdcc.tar.gz
Help: Clarify backtrace order in cmake-configure-log(7)
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-configure-log.7.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst
index f909717610..aa2c20c82e 100644
--- a/Help/manual/cmake-configure-log.7.rst
+++ b/Help/manual/cmake-configure-log.7.rst
@@ -115,8 +115,9 @@ The keys common to all events are:
``backtrace``
A YAML block sequence reporting the call stack of CMake source
- locations at which the event occurred. Each node is a string
- specifying one location formatted as ``<file>:<line> (<function>)``.
+ locations at which the event occurred, from most-recent to
+ least-recent. Each node is a string specifying one location
+ formatted as ``<file>:<line> (<function>)``.
Additional mapping keys are specific to each (versioned) event kind,
described below.