From 5850fbe3f16b1f76922d589df4b08c70bbec7ee1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 14 Sep 2015 22:45:45 -0400 Subject: [PATCH] bump README date --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31756e6b..1ad432ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ % mergerfs(1) mergerfs user manual % Antonio SJ Musumeci -% 2015-07-03 +% 2015-09-14 # NAME @@ -20,7 +20,7 @@ Why create **mergerfs** when those exist? **mhddfs** has not been updated in som ###options### -* **defaults** is a shortcut for FUSE's **atomic_o_trunc**, **auto_cache*, **big_writes**, **default_permissions**, **splice_move**, **splice_read**, and **splice_write**. These options seem to provide the best performance. +* **defaults** is a shortcut for FUSE's **atomic_o_trunc**, **auto_cache**, **big_writes**, **default_permissions**, **splice_move**, **splice_read**, and **splice_write**. These options seem to provide the best performance. * **minfreespace** (defaults to **4G**) is the minimum space value used for the **lfs**, **fwfs**, and **epmfs** policies. Understands 'K', 'M', and 'G' to represent kilobyte, megabyte, and gigabyte respectively. * All FUSE functions which have a category (see below) are option keys. The syntax being **func.<func>=<policy>**. Example: **func.getattr=newest**. * To set all function policies in a category use **category.<category>=<policy>**. Example: **category.create=mfs**.