summaryrefslogtreecommitdiffstats
path: root/c-user/config/filesystem.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 12:45:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-07 07:15:09 +0200
commitdb22500e842ed26b56865cd7c06fc28d4551ff35 (patch)
tree953f0aec1c6f97515c852f6416e7c7ee9d9a3725 /c-user/config/filesystem.rst
parentc-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM (diff)
downloadrtems-docs-db22500e842ed26b56865cd7c06fc28d4551ff35.tar.bz2
c-user: Improve refs and formatting in appl config
The formatting is generated through references within the specification. Update #3994.
Diffstat (limited to '')
-rw-r--r--c-user/config/filesystem.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/c-user/config/filesystem.rst b/c-user/config/filesystem.rst
index 8d1efbd..ffb8e80 100644
--- a/c-user/config/filesystem.rst
+++ b/c-user/config/filesystem.rst
@@ -455,7 +455,8 @@ DEFAULT CONFIGURATION:
DESCRIPTION:
In case this configuration option is defined, then the root IMFS does not
- support mounting other filesystems (no support for :c:func:`mount`).
+ support mounting other filesystems (no support for
+ :c:func:`mount`).
NOTES:
None.
@@ -479,8 +480,8 @@ DEFAULT CONFIGURATION:
DESCRIPTION:
In case this configuration option is defined, then the root IMFS does not
- support reading directories (no support for :c:func:`readdir`). It is still
- possible to open files in a directory.
+ support reading directories (no support for :c:func:`readdir`). It is
+ still possible to open files in a directory.
NOTES:
None.
@@ -600,7 +601,8 @@ DEFAULT CONFIGURATION:
DESCRIPTION:
In case this configuration option is defined, then the root IMFS does not
- support unmounting other filesystems (no support for :c:func:`unmount`).
+ support unmounting other filesystems (no support for
+ :c:func:`unmount`).
NOTES:
None.