From: Joel Rosdahl Date: Sat, 26 Oct 2013 13:23:41 +0000 (+0200) Subject: doc: Manual tweak X-Git-Tag: v3.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983b69e77ec83aa6214ad465bf6e9a1bb9c05dad;p=thirdparty%2Fccache.git doc: Manual tweak --- diff --git a/MANUAL.txt b/MANUAL.txt index bf846e6cb..1c4ecb379 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -435,8 +435,8 @@ WRAPPERS>>. Ignore *\_\_DATE\__* and *\_\_TIME__* being present in the source code. *file_stat_matches*:: ccache normally examines a file's contents to determine whether it matches - the cached version. But with this option set, ccache will consider a file - as matching its cached version if the sizes, mtimes, and ctimes match. + the cached version. With this option set, ccache will consider a file as + matching its cached version if the sizes, mtimes and ctimes match. -- + See the discussion under <<_troubleshooting,TROUBLESHOOTING>> for more