]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix AsciiDoc syntax for run_second_cpp manual entry
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 24 Oct 2016 20:58:50 +0000 (22:58 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 24 Oct 2016 20:58:50 +0000 (22:58 +0200)
MANUAL.txt

index ab01886dffa00eec1c370993f4212873b6c0fd9b..9a9baf3b55c954d6e246b237fb2a7c961cc8ee4d 100644 (file)
@@ -462,13 +462,13 @@ WRAPPERS>>.
     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*)::