Commit 47ff9810 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Minor corrections

parent d1fd1acc
...@@ -48,14 +48,13 @@ depend on the operating systems ability to page effectively. ...@@ -48,14 +48,13 @@ depend on the operating systems ability to page effectively.
file 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 The file backend stores objects in memory backed by an unlinked file on disk
with `mmap`. with `mmap`.
The 'path' parameter specifies either the path to the backing file or The 'path' parameter specifies either the path to the backing file or
the path to a directory in which `varnishd` will create the backing the path to a directory in which `varnishd` will create the backing file.
file. The default is `/tmp`.
The size parameter specifies the size of the backing file. The size 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 is assumed to be in bytes, unless followed by one of the following
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment