From: Joel Rosdahl Date: Mon, 12 Dec 2022 12:41:04 +0000 (+0100) Subject: doc: Fix markup X-Git-Tag: v4.8~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f13b9a537361c46dead0936ae183d35e92183196;p=thirdparty%2Fccache.git doc: Fix markup --- 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,