diff --git a/docs/reference/index-modules/store.asciidoc b/docs/reference/index-modules/store.asciidoc index 244da30c9ae..2722c05b321 100644 --- a/docs/reference/index-modules/store.asciidoc +++ b/docs/reference/index-modules/store.asciidoc @@ -39,8 +39,8 @@ The following sections lists all the different storage types supported. `fs`:: Default file system implementation. This will pick the best implementation -depending on the operating environment: `simplefs` on Windows 32bit, `niofs` -on other 32bit systems and `mmapfs` on 64bit systems. +depending on the operating environment, which is currently `mmapfs` on all +supported systems but is subject to change. [[simplefs]]`simplefs`::