From: Joel Rosdahl Date: Fri, 16 Jul 2021 19:19:36 +0000 (+0200) Subject: doc: Mention file URLs without double slash X-Git-Tag: v4.4~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08b8b5feb810b2474a1a0d3207da889940689d10;p=thirdparty%2Fccache.git doc: Mention file URLs without double slash --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index e08ca2d41..4d2290e03 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -794,7 +794,7 @@ still has to do _some_ preprocessing (like macros). + Examples: + -* `file:///shared/nfs/directory` +* `file:/shared/nfs/directory` * `file:///shared/nfs/one|read-only file:///shared/nfs/two` * `http://example.com/cache` * `redis://example.com` @@ -913,7 +913,7 @@ These are the available backends: === File storage backend -URL format: `file://DIRECTORY` +URL format: `file:DIRECTORY` or `file://DIRECTORY` This backend stores data as separate files in a directory structure below *DIRECTORY* (an absolute path), similar (but not identical) to the primary cache @@ -923,7 +923,7 @@ has to be done by other means. Examples: -* `file:///shared/nfs/directory` +* `file:/shared/nfs/directory` * `file:///shared/nfs/directory|umask=002|update-mtime=true` Optional attributes: