summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-12-12 13:41:04 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-12-13 20:38:38 +0100
commitf13b9a537361c46dead0936ae183d35e92183196 (patch)
tree77c210d46095e0c286d966b83a414b6442a58d97
parentb1b71d20b4ff0eebd6d0abc965d22d887203b364 (diff)
downloadccache-f13b9a537361c46dead0936ae183d35e92183196.tar.gz
doc: Fix markup
-rw-r--r--doc/MANUAL.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 1d06e694..6b2b732c 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -1595,7 +1595,7 @@ Disadvantages:
or source code will make the hash different. Compare this with the default
setup where ccache will fall back to the preprocessor mode, which is tolerant
to some types of changes of compiler options and source code changes.
-* If -MD is used, the manifest entries will include system header files as
+* If `-MD` is used, the manifest entries will include system header files as
well, thus slowing down cache hits slightly, just as using `-MD` slows down
make. This is also the case for MSVC with `/showIncludes`.
* If `-MMD` is used, the manifest entries will not include system header files,