From: Joel Rosdahl Date: Thu, 4 Dec 2014 21:06:10 +0000 (+0100) Subject: doc: Sort configuration options correctly and fix typo X-Git-Tag: v3.2.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f24614b0c2b2242fc77d5cde60207067757914;p=thirdparty%2Fccache.git doc: Sort configuration options correctly and fix typo --- diff --git a/MANUAL.txt b/MANUAL.txt index dd0c96908..0504de87a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -376,11 +376,6 @@ WRAPPERS>>. If set to a file path, ccache will write information on what it is doing to the specified file. This is useful for tracking down problems. -*stats* (*CCACHE_STATS*) [boolean]:: - - If true, ccache will update the statistics counters on each compilation. - The default is true. - *path* (*CCACHE_PATH*):: If set, ccache will search directories in this list when looking for the @@ -409,7 +404,7 @@ WRAPPERS>>. from the cache using the direct mode, not the preprocessor mode. See documentation for *read_only* regarding using a read-only ccache directory. -*reache* (*CCACHE_RECACHE*) [boolean]:: +*recache* (*CCACHE_RECACHE*) [boolean]:: If true, ccache will not use any previously stored result. New results will still be cached, possibly overwriting any pre-existing results. @@ -454,6 +449,11 @@ WRAPPERS>>. See the discussion under <<_troubleshooting,TROUBLESHOOTING>> for more information. +*stats* (*CCACHE_STATS*) [boolean]:: + + If true, ccache will update the statistics counters on each compilation. + The default is true. + *temporary_dir* (*CCACHE_TEMPDIR*):: This setting specifies where ccache will put temporary files. The default