From f13b9a537361c46dead0936ae183d35e92183196 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 12 Dec 2022 13:41:04 +0100 Subject: [PATCH] doc: Fix markup --- doc/MANUAL.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 1d06e694f..6b2b732cf 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, -- 2.47.2