summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-01-11 09:01:07 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-01-11 21:02:33 +0100
commit3f96ae31e61e2cee64fba2bf58a424f4a51abafe (patch)
tree4fcf6cb4ee605b76303b570a7b90e4cec0ee204c
parent3c448a4566db97676b2de1f7a270d3f8daad013b (diff)
downloadccache-3f96ae31e61e2cee64fba2bf58a424f4a51abafe.tar.gz
doc: Improve markup
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 4e90c6e8..74e0c40e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -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: