summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/MANUAL.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 283e5525..6bde4c2b 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -526,8 +526,8 @@ still has to do _some_ preprocessing (like macros).
the cached version. With this option set, ccache will consider a file as
matching its cached version if the mtimes and ctimes match.
*file_stat_matches_ctime*::
- By default, ccache will not consider a file as matching its cached
- version if the ctimes do not match. This option disables that check.
+ Ignore ctimes when *file_stat_matches* is enabled. This can be useful when
+ backdating files' mtimes in a controlled way.
*include_file_ctime*::
By default, ccache also will not cache a file if it includes a header whose
ctime is too new. This option disables that check.