]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix AsciiDoc syntax in manual
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 31 Oct 2016 21:59:52 +0000 (22:59 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 31 Oct 2016 21:59:52 +0000 (22:59 +0100)
MANUAL.txt

index 4747133ab1f800688b94cc38b3f2b3c920598086..8543691806af2dfaa440be308ea0f62117ef66fd 100644 (file)
@@ -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*)::