From 4e2c16391bb65bc27aec84476af325fbadde1de1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 20 Oct 2025 18:28:11 +0200 Subject: [PATCH] docs: Mention that sloppiness values can be whitespace-separated --- doc/manual.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/manual.adoc b/doc/manual.adoc index 30c4c971..c75d86ef 100644 --- a/doc/manual.adoc +++ b/doc/manual.adoc @@ -1010,10 +1010,9 @@ NOTE: In previous ccache versions this option was called *secondary_storage* By default, ccache tries to give as few false cache hits as possible. However, in certain situations it's possible that you know things that - ccache can't take for granted. This option makes it possible to tell - ccache to relax some checks in order to increase the hit rate. The value - should be a comma-separated string with one or several of the following - values: + ccache can't take for granted. This option makes it possible to tell ccache + to relax some checks in order to increase the hit rate. Available values + (separated by whitespace or comma): + -- *clang_index_store*:: -- 2.47.3