summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-16 22:02:00 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 22:02:15 +0200
commitd1ce89cfc5a9349f91f090bd3388157fb160675d (patch)
treec9fb6c987115295c4a5b5f46e70c8eee48862b96
parent1819896e716e1d5a0222fd8344bb9760ffd882a6 (diff)
downloadccache-d1ce89cfc5a9349f91f090bd3388157fb160675d.tar.gz
doc: Improve manual
-rw-r--r--doc/MANUAL.adoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 66750eeb..33165bea 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -893,7 +893,8 @@ temporary files otherwise. You may also want to set <<config_stats,*stats*>> to
If true, ccache will only use <<config_remote_storage,remote storage>>. The
default is false. Note that cache statistics counters will still be kept in
- the local cache directory unless <<config_stats,*stats*>> is false.
+ the local cache directory unless <<config_stats,*stats*>> is false. See also
+ _<<Storage interaction>>_.
[#config_remote_storage]
*remote_storage* (*CCACHE_REMOTE_STORAGE*)::
@@ -1753,10 +1754,10 @@ You must use both <<The direct mode,*direct mode*>> 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.