summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:45:34 +0200
commitcbd9947fe06d0c6b2d7c4c7d36a9c5f97c1fda89 (patch)
tree21f5714f86bc8f3d1e49de702bd66f3bd0baecca /Documentation/filesystems
parent70e49ff162205e2133ad82820ba807a635d1363e (diff)
downloadbarebox-cbd9947fe06d0c6b2d7c4c7d36a9c5f97c1fda89.tar.gz
barebox-cbd9947fe06d0c6b2d7c4c7d36a9c5f97c1fda89.tar.xz
doc: start (almost) all headlines with a capital
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/ramfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst
index 37d6ffc8c7..c2e1e831e2 100644
--- a/Documentation/filesystems/ramfs.rst
+++ b/Documentation/filesystems/ramfs.rst
@@ -1,6 +1,6 @@
.. index:: ramfs (filesystem)
-ram filesystem
+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'