diff --git a/README.md b/README.md index 4e1a62e0..6fc05556 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ % mergerfs(1) mergerfs user manual % Antonio SJ Musumeci -% 2019-01-15 +% 2019-01-24 # NAME @@ -84,8 +84,8 @@ mergerfs does **not** support the copy-on-write (CoW) behavior found in **aufs** * **fsname=name**: sets the name of the filesystem as seen in **mount**, **df**, etc. Defaults to a list of the source paths concatenated together with the longest common prefix removed. * **func.<func>=<policy>**: sets the specific FUSE function's policy. See below for the list of value types. Example: **func.getattr=newest** * **category.<category>=<policy>**: Sets policy of all FUSE functions in the provided category. Example: **category.create=mfs** -* **cache.open=**: 'open' policy cache timeout in seconds. (default: 0) -* **cache.statfs=**: 'statfs' cache timeout in seconds. (default: 0) +* **cache.open=<int>**: 'open' policy cache timeout in seconds. (default: 0) +* **cache.statfs=<int>**: 'statfs' cache timeout in seconds. (default: 0) **NOTE:** Options are evaluated in the order listed so if the options are **func.rmdir=rand,category.action=ff** the **action** category setting will override the **rmdir** setting. diff --git a/man/mergerfs.1 b/man/mergerfs.1 index 3862cf94..1da5710c 100644 --- a/man/mergerfs.1 +++ b/man/mergerfs.1 @@ -1,7 +1,7 @@ .\"t .\" Automatically generated by Pandoc 1.19.2.4 .\" -.TH "mergerfs" "1" "2019\-01\-15" "mergerfs user manual" "" +.TH "mergerfs" "1" "2019\-01\-24" "mergerfs user manual" "" .hy .SH NAME .PP @@ -212,10 +212,11 @@ Example: \f[B]func.getattr=newest\f[] in the provided category. Example: \f[B]category.create=mfs\f[] .IP \[bu] 2 -\f[B]cache.open=\f[]: \[aq]open\[aq] policy cache timeout in seconds. +\f[B]cache.open=\f[]: \[aq]open\[aq] policy cache timeout in +seconds. (default: 0) .IP \[bu] 2 -\f[B]cache.statfs=\f[]: \[aq]statfs\[aq] cache timeout in seconds. +\f[B]cache.statfs=\f[]: \[aq]statfs\[aq] cache timeout in seconds. (default: 0) .PP \f[B]NOTE:\f[] Options are evaluated in the order listed so if the