summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-10 11:11:13 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-10 13:20:27 +0100
commitc4596d549d579c6ebc791b778bb5aceee659e365 (patch)
treed8f735c25f7b5abb0d63d6e0eaf5eabe6621d49d
parente031c2170ba9ebeaadf240c22b8fe9f8be13010b (diff)
downloadccache-c4596d549d579c6ebc791b778bb5aceee659e365.tar.gz
doc: Remove superfluous right parenthesis
-rw-r--r--doc/MANUAL.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 05ce0f0c..39f2adc9 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -139,7 +139,7 @@ documentation.
Recompress the cache to level _LEVEL_ using the Zstandard algorithm. The
level can be an integer, with the same semantics as the
- <<config_compression_level,*compression_level*>> configuration option), or
+ <<config_compression_level,*compression_level*>> configuration option, or
the special value *uncompressed* for no compression. See
_<<Cache compression>>_ for more information. This can potentionally take a
long time since all files in the cache need to be visited. Only files that