From: Joel Rosdahl Date: Mon, 11 Aug 2025 18:50:21 +0000 (+0200) Subject: docs: Reflow long line in manual X-Git-Tag: v4.12~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7abebedbfdcda2a3740ee626326e77aafea88d1d;p=thirdparty%2Fccache.git docs: Reflow long line in manual --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index b8f48a6f..4ab1ddd3 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -1087,9 +1087,9 @@ included in the input hash. hash. This is useful if your build system generates different seeds between builds and you are OK with reusing cached results. *system_headers*:: - Only check non-system headers in direct mode. - This can be useful if e.g. your system headers tend to change but you know that - the changes don't matter. Notes: + Only check non-system headers in direct mode. This can be useful if e.g. + your system headers tend to change but you know that the changes don't + matter. Notes: + * This sloppiness is only supported for GCC-like compilers, not MSVC. * System headers are still taken into account for preprocessed lookup.