]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Reflow long line in manual
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Aug 2025 18:50:21 +0000 (20:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Aug 2025 11:27:34 +0000 (13:27 +0200)
doc/MANUAL.adoc

index b8f48a6fe0ea9cb91c83a4c3e3b79ec077d4ace7..4ab1ddd3348e2c9aa1f0150449f443377ff4ec20 100644 (file)
@@ -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.