From 96ce3581ab77371f8e794fe4d29da6989f66cdcc Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 13 Jan 2023 13:21:13 -0500 Subject: Help: Clarify backtrace order in cmake-configure-log(7) --- Help/manual/cmake-configure-log.7.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst index f909717..aa2c20c 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 ``: ()``. + locations at which the event occurred, from most-recent to + least-recent. Each node is a string specifying one location + formatted as ``: ()``. Additional mapping keys are specific to each (versioned) event kind, described below. -- cgit v0.12