From: Joel Rosdahl Date: Thu, 24 Oct 2024 15:00:36 +0000 (+0200) Subject: docs: Fix description of default cache_dir on non-macOS POSIX systems X-Git-Tag: v4.11~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9cd717bcf9b568671e8c33d0fb5089f5ff87b6a;p=thirdparty%2Fccache.git docs: Fix description of default cache_dir on non-macOS POSIX systems As mentioned in discussion #1527. --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 8ad19332..0b8e5ac4 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -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`.