diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst index c2e1e831e..2921a35e6 100644 --- a/Documentation/filesystems/ramfs.rst +++ b/Documentation/filesystems/ramfs.rst @@ -3,7 +3,7 @@ RAM filesystem ============== -ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystemtype passed to mount is 'ramfs' +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::