Skip to content

Commit 724780b

Browse files
committed
minor: changed formatting
1 parent 9233b89 commit 724780b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/faq/storage.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ What are memory mapped files?
1919
-----------------------------
2020

2121

22-
A memory-mapped file is a file whose data has been mapped to a region of virtual memory via the mmap() system call. Memory-mapped files play a critical role in the MongoDB storage engine. By using memory mapped
23-
files MongoDB can treat the content of its data files as if they were
24-
in memory. This provides MongoDB with an extremely fast and simple
25-
method for accessing and manipulating data.
22+
A memory-mapped file is a file whose data has been mapped to a region of
23+
virtual memory via the ``mmap()`` system call. Memory-mapped files play a
24+
critical role in the MongoDB storage engine. By using memory mapped files
25+
MongoDB can treat the content of its data files as if they were in memory.
26+
This provides MongoDB with an extremely fast and simple method for accessing
27+
and manipulating data.
2628

2729
How do memory mapped files work?
2830
--------------------------------

0 commit comments

Comments
 (0)