summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-10-31 22:59:52 +0100
committerJoel Rosdahl <joel@rosdahl.net>2016-10-31 22:59:52 +0100
commit984f4e183d72bba7dddadcc84f5f3287ce65aa5f (patch)
treed0b5fda031ffd4052b6252af330f89f55b9fd66f
parent0a212624b4cf18e26a3d3b7a973ece8f76b0c171 (diff)
downloadccache-984f4e183d72bba7dddadcc84f5f3287ce65aa5f.tar.gz
Fix AsciiDoc syntax in manual
-rw-r--r--MANUAL.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 4747133a..85436918 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*)::