summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ramfs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/ramfs.rst')
-rw-r--r--Documentation/filesystems/ramfs.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst
index d27f88561f..e61505a5f9 100644
--- a/Documentation/filesystems/ramfs.rst
+++ b/Documentation/filesystems/ramfs.rst
@@ -7,6 +7,8 @@ ramfs is a simple malloc-based filesystem. An instance of ramfs is
mounted during startup on /. The filesystem type passed to ``mount``
is ``ramfs``.
-Example::
+Example:
+
+.. code-block:: console
barebox:/ mount none ramfs /somedir