]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Improve manual
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 20:02:00 +0000 (22:02 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 20:02:15 +0000 (22:02 +0200)
doc/MANUAL.adoc

index 66750eeb28a138365709adaecd7bb8b1956e2f35..33165bea43a9a9aae3bafb8a9b02b3b6c6e29842 100644 (file)
@@ -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.