[rtems-docs commit] c-user: Fix sorting in filesystem configuration

Sebastian Huber sebh at rtems.org
Tue Mar 17 13:42:16 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    c3ebd832d20e3cc93822288bbf14c7027e9dade9
Changeset: http://git.rtems.org/rtems-docs/commit/?id=c3ebd832d20e3cc93822288bbf14c7027e9dade9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Mar 17 14:40:55 2020 +0100

c-user: Fix sorting in filesystem configuration

Update #3836.

---

 c-user/config/filesystem.rst | 4 ++--
 1 file 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:



More information about the vc mailing list