summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:40:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:41:37 +0100
commitc3ebd832d20e3cc93822288bbf14c7027e9dade9 (patch)
treee05c23185d49eaf061502794845df1949669e779 /c-user
parentc-user: Add missing configuration option notes (diff)
downloadrtems-docs-c3ebd832d20e3cc93822288bbf14c7027e9dade9.tar.bz2
c-user: Fix sorting in filesystem configuration
Update #3836.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/config/filesystem.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/config/filesystem.rst b/c-user/config/filesystem.rst
index 0910d1b..8ed297e 100644
--- a/c-user/config/filesystem.rst
+++ b/c-user/config/filesystem.rst
@@ -18,8 +18,6 @@ advanced application configuration.
Features of the IMFS can be disabled and enabled with the following
configuration options:
-* :ref:`CONFIGURE_IMFS_ENABLE_MKFIFO`
-
* :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`
* :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`
@@ -46,6 +44,8 @@ configuration options:
* :ref:`CONFIGURE_IMFS_DISABLE_UTIME`
+* :ref:`CONFIGURE_IMFS_ENABLE_MKFIFO`
+
.. index:: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
.. _CONFIGURE_APPLICATION_DISABLE_FILESYSTEM: