]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Fix description of default cache_dir on non-macOS POSIX systems
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 24 Oct 2024 15:00:36 +0000 (17:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 24 Oct 2024 15:00:36 +0000 (17:00 +0200)
As mentioned in discussion #1527.

doc/MANUAL.adoc

index 8ad193323bb774695720b79613074d290e4ae96b..0b8e5ac4efc22a896df5e9767dca47a36b3131f0 100644 (file)
@@ -514,7 +514,7 @@ relative paths in the first place instead of using *base_dir*.
 +
 On non-Windows systems, the default is `$HOME/.ccache` if such a directory
 exists, otherwise `$XDG_CACHE_HOME/ccache` if `XDG_CACHE_HOME` is set, otherwise
-`$HOME/Library/Caches/ccache` (macOS) or `$HOME/.config/ccache` (other systems).
+`$HOME/Library/Caches/ccache` (macOS) or `$HOME/.cache/ccache` (other systems).
 +
 On Windows, the default is `%USERPROFILE%\.ccache` if such a directory exists,
 otherwise `%LOCALAPPDATA%\ccache`.