From: Joel Rosdahl Date: Mon, 31 Oct 2016 21:59:52 +0000 (+0100) Subject: Fix AsciiDoc syntax in manual X-Git-Tag: v3.3.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=984f4e183d72bba7dddadcc84f5f3287ce65aa5f;p=thirdparty%2Fccache.git Fix AsciiDoc syntax in manual --- diff --git a/MANUAL.txt b/MANUAL.txt index 4747133ab..854369180 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -469,13 +469,13 @@ might be incorrect. code (see <<_the_preprocessor_mode,THE PREPROCESSOR MODE>>) and then on a cache miss run the compiler on the source code to get hold of the object file. This is the default. - - If false, ccache will first run preprocessor to preprocess the source code - and then on a cache miss run the compiler on the _preprocessed source code_ - instead of the original source code. This makes cache misses slightly - faster since the source code only has to be preprocessed once. The downside - is that some compilers won't produce the same result (for instance - diagnostics warnings) when compiling preprocessed source code. ++ +If false, ccache will first run preprocessor to preprocess the source code and +then on a cache miss run the compiler on the _preprocessed source code_ instead +of the original source code. This makes cache misses slightly faster since the +source code only has to be preprocessed once. The downside is that some +compilers won't produce the same result (for instance diagnostics warnings) +when compiling preprocessed source code. *sloppiness* (*CCACHE_SLOPPINESS*)::