]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Mention file URLs without double slash
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 16 Jul 2021 19:19:36 +0000 (21:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Jul 2021 06:47:21 +0000 (08:47 +0200)
doc/MANUAL.adoc

index e08ca2d41e0083182f01f137f3c679d1d432b661..4d2290e03e0a8b8b2b92f08621004b056e71d69c 100644 (file)
@@ -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: