[master] 47ff981 Minor corrections

Federico G. Schwindt fgsch at lodoss.net
Fri Jul 15 14:21:07 CEST 2016


commit 47ff981000ecf3ae8a31c11a30330aa2fef401b5
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Jul 15 13:17:48 2016 +0100

    Minor corrections

diff --git a/doc/sphinx/users-guide/storage-backends.rst b/doc/sphinx/users-guide/storage-backends.rst
index 3e2b945..64e0b66 100644
--- a/doc/sphinx/users-guide/storage-backends.rst
+++ b/doc/sphinx/users-guide/storage-backends.rst
@@ -48,14 +48,13 @@ depend on the operating systems ability to page effectively.
 file
 ~~~~
 
-syntax: file[,path[,size[,granularity,[advice]]]]
+syntax: file,path[,size[,granularity[,advice]]]
 
 The file backend stores objects in memory backed by an unlinked file on disk
 with `mmap`.
 
 The 'path' parameter specifies either the path to the backing file or
-the path to a directory in which `varnishd` will create the backing
-file. The default is `/tmp`.
+the path to a directory in which `varnishd` will create the backing file.
 
 The size parameter specifies the size of the backing file. The size
 is assumed to be in bytes, unless followed by one of the following



More information about the varnish-commit mailing list