From: Joel Rosdahl Date: Wed, 19 Jan 2022 18:59:18 +0000 (+0100) Subject: doc: Fix typo and missing word X-Git-Tag: v4.6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d52d4c79847633ac098911daba7f41cab180bc;p=thirdparty%2Fccache.git doc: Fix typo and missing word --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 4ff14c233..acbd3103f 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -776,10 +776,10 @@ file in `/etc/rsyslog.d`: storage space. Cache entries can also be selectively removed from the primary cache with the command line option `--evict-namespace`, potentially in combination with `--evict-older-than`. -. ++ For instance, if you use the same primary cache for several disparate projects, you can use a unique namespace string for each one. This allows you to remove -cache entries that belong to a certain project if stop working with that +cache entries that belong to a certain project if you stop working with that project. [#config_path]