diff --git a/doc/api/fs.md b/doc/api/fs.md
index c61f0d4e3ef660..ff887f8f0dbf30 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -4949,6 +4949,12 @@ The following constants are meant for use with `fs.open()`.
O_NONBLOCK
Flag indicating to open the file in nonblocking mode when possible.
+
+
UV_FS_O_FILEMAP
+
When set, a memory file mapping is used to access the file. This flag
+ is available on Windows operating systems only. On other operating systems,
+ this flag is ignored.