summaryrefslogtreecommitdiff
path: root/doc/MANUAL.adoc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-11-26 20:52:22 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-12-02 22:20:09 +0100
commitc3174adae3eaf89ee7f1997506ef7c6da704011f (patch)
treefcddfcf65baa18b850ce8141fc954d2ab0c9b1fc /doc/MANUAL.adoc
parent28929b946e2a1b89f498e012a5c0f4020cefb899 (diff)
downloadccache-c3174adae3eaf89ee7f1997506ef7c6da704011f.tar.gz
Improve documentation wording on compiler_check string values
Diffstat (limited to 'doc/MANUAL.adoc')
-rw-r--r--doc/MANUAL.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index b7d89124..f6a88a6d 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -422,8 +422,8 @@ project2 will be a different absolute path.
don't affect code generation). You should only use *none* if you know what
you are doing.
*string:value*::
- Use *value* as the string to calculate hash from. This can be the compiler
- revision number you retrieved earlier and set here via environment variable.
+ Hash *value*. This can for instance be a compiler revision number or
+ another string that the build system generates to identify the compiler.
_a command string_::
Hash the standard output and standard error output of the specified
command. The string will be split on whitespace to find out the command and