From a6d2d4a832149102de4153a1132296764bfb4d00 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 21 Sep 2024 10:14:39 +0200 Subject: [PATCH] docs: Mention that absolute_paths_in_stderr applies to stdout as well Closes #1505. --- doc/MANUAL.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 9159d2cf..b11ada7f 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -439,11 +439,11 @@ option key. *absolute_paths_in_stderr* (*CCACHE_ABSSTDERR*):: This option specifies whether ccache should rewrite relative paths in the - compiler's standard error output to absolute paths. This can be useful if - you use <> with a build system (e.g. CMake with - the "Unix Makefiles" generator) that executes the compiler in a different - working directory, which makes relative paths in compiler errors or - warnings incorrect. The default is false. + compiler's textual output (standard error and standard output) to absolute + paths. This can be useful if you use <> with a + build system (e.g. CMake with the "Unix Makefiles" generator) that executes + the compiler in a different working directory, which makes relative paths in + compiler errors or warnings incorrect. The default is false. [#config_base_dir] *base_dir* (*CCACHE_BASEDIR*):: -- 2.47.2