From d1ce89cfc5a9349f91f090bd3388157fb160675d Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 16 Oct 2022 22:02:00 +0200 Subject: [PATCH] doc: Improve manual --- doc/MANUAL.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 66750eeb2..33165bea4 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -893,7 +893,8 @@ temporary files otherwise. You may also want to set <> to If true, ccache will only use <>. The default is false. Note that cache statistics counters will still be kept in - the local cache directory unless <> is false. + the local cache directory unless <> is false. See also + _<>_. [#config_remote_storage] *remote_storage* (*CCACHE_REMOTE_STORAGE*):: @@ -1753,10 +1754,10 @@ You must use both <> and information to allow hashing of `module.modulemap` files. -== Sharing a cache +== Sharing a local cache -A group of developers can increase the cache hit rate by sharing a cache -directory. To share a cache without unpleasant side effects, the following +A group of developers can increase the cache hit rate by sharing a local cache +directory. To share a local cache without unpleasant side effects, the following conditions should to be met: * Use the same cache directory. -- 2.47.2