]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Sort configuration options correctly and fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Dec 2014 21:06:10 +0000 (22:06 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Dec 2014 21:06:10 +0000 (22:06 +0100)
MANUAL.txt

index dd0c96908885fbea9a611488564b65aa01e8f372..0504de87a8928c7f51e32c7bf9cd103ca9db4753 100644 (file)
@@ -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