From: Joel Rosdahl Date: Sat, 21 Sep 2024 08:14:39 +0000 (+0200) Subject: docs: Mention that absolute_paths_in_stderr applies to stdout as well X-Git-Tag: v4.11~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d2d4a832149102de4153a1132296764bfb4d00;p=thirdparty%2Fccache.git docs: Mention that absolute_paths_in_stderr applies to stdout as well Closes #1505. --- 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*)::