summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:46:59 +0200
commit7d8c09a630060328d65c0a18cc034402475efc63 (patch)
treea47d50283bdbda712dfe24d71272fbf3a3478d7a /Documentation/filesystems
parent4845d8e3544bb7cfeadb5a4a2aec095c66f55f2a (diff)
downloadbarebox-7d8c09a630060328d65c0a18cc034402475efc63.tar.gz
barebox-7d8c09a630060328d65c0a18cc034402475efc63.tar.xz
doc: reformat overly long lines
Lines over 120 are just too long :-) 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.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst
index 2921a35e68..70e7282f00 100644
--- a/Documentation/filesystems/ramfs.rst
+++ b/Documentation/filesystems/ramfs.rst
@@ -3,7 +3,9 @@
RAM filesystem
==============
-ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystem type 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::