]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Mention that absolute_paths_in_stderr applies to stdout as well
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 21 Sep 2024 08:14:39 +0000 (10:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 21 Sep 2024 08:14:39 +0000 (10:14 +0200)
Closes #1505.

doc/MANUAL.adoc

index 9159d2cff458064827e19b2e4aadbf0af0facb02..b11ada7fd02a177eb6669afff81df8980a83b5b7 100644 (file)
@@ -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 <<config_base_dir,*base_dir*>> 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 <<config_base_dir,*base_dir*>> 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*)::