9
0
Fork 0

Documentation: Minor editing changes to filesystems content.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert P. J. Day 2014-06-28 06:22:39 -04:00 committed by Sascha Hauer
parent d12f62829e
commit feacb774a8
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
NFS Support
===========
barebox has readonly support for NFSv3 un UDP mode.
barebox has readonly support for NFSv3 in UDP mode.
Example::

View File

@ -3,10 +3,10 @@
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::
Example::
mount none ramfs /somedir

View File

@ -8,8 +8,8 @@ TFTP support
barebox has read/write support for the Trivial File Transfer Protocol.
TFTP is not designed as a filesystem. It does not have support for listing
directories. This means a :ref:`command_ls` to a TFTP mounted path will show an empty
directory. Nevertheless the files are there.
directories. This means a :ref:`command_ls` to a TFTP-mounted path will show an empty
directory. Nevertheless, the files are there.
Example::