]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Improve markup
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 11 Jan 2018 08:01:07 +0000 (09:01 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 11 Jan 2018 20:02:33 +0000 (21:02 +0100)
MANUAL.txt

index 4e90c6e883909b95a4d833b0a34fc66fd43edd1b..74e0c40e7e5c4be530c906ef463bedcf85f54a3d 100644 (file)
@@ -506,7 +506,7 @@ when compiling preprocessed source code.
     With this option set, ccache will only include system headers in the hash
     but not add the system header files to the list of include files.
 *pch_defines*::
-    Be sloppy about #defines when precompiling a header file. See
+    Be sloppy about **#define**s when precompiling a header file. See
     <<_precompiled_headers,PRECOMPILED HEADERS>> for more information.
 *time_macros*::
     Ignore *\_\_DATE\__* and *\_\_TIME__* being present in the source code.
@@ -865,7 +865,7 @@ things to make it work properly:
 
 * You must set *sloppiness* to *pch_defines,time_macros*. The reason is that
   ccache can't tell whether *\_\_TIME\__* or *\_\_DATE__* is used when using a
-  precompiled header. Further, it can't detect changes in #defines in the
+  precompiled header. Further, it can't detect changes in **#define**s in the
   source code because of how preprocessing works in combination with
   precompiled headers.
 * You must either: