Changeset 12eee4fd in rtems for doc


Ignore:
Timestamp:
02/13/15 19:53:41 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
40a18d7f
Parents:
50f8bfd
Message:

IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM

Resurrect CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r50f8bfd r12eee4fd  
    26782678
    26792679@c
     2680@c === CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM ===
     2681@c
     2682@subsection Use a Root IMFS with a Minimalistic Feature Set
     2683
     2684@findex CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
     2685
     2686@table @b
     2687@item CONSTANT:
     2688@code{CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM}
     2689
     2690@item DATA TYPE:
     2691Boolean feature macro.
     2692
     2693@item RANGE:
     2694Defined or undefined.
     2695
     2696@item DEFAULT VALUE:
     2697This is not defined by default.
     2698
     2699@end table
     2700
     2701@subheading DESCRIPTION:
     2702In case this configuration option is defined, then the following configuration
     2703options will be defined as well
     2704@itemize @bullet
     2705@item @code{CONFIGURE_IMFS_DISABLE_FCHMOD},
     2706@item @code{CONFIGURE_IMFS_DISABLE_CHOWN},
     2707@item @code{CONFIGURE_IMFS_DISABLE_UTIME},
     2708@item @code{CONFIGURE_IMFS_DISABLE_LINK},
     2709@item @code{CONFIGURE_IMFS_DISABLE_SYMLINK},
     2710@item @code{CONFIGURE_IMFS_DISABLE_READLINK},
     2711@item @code{CONFIGURE_IMFS_DISABLE_RENAME}, and
     2712@item @code{CONFIGURE_IMFS_DISABLE_UNMOUNT}.
     2713@end itemize
     2714
     2715@c
    26802716@c === CONFIGURE_IMFS_DISABLE_CHOWN ===
    26812717@c
    2682 @subsection Disable change owner support of root IMFS
     2718@subsection Disable Change Owner Support of Root IMFS
    26832719
    26842720@findex CONFIGURE_IMFS_DISABLE_CHOWN
     
    27062742@c === CONFIGURE_IMFS_DISABLE_FCHMOD ===
    27072743@c
    2708 @subsection Disable change mode support of root IMFS
     2744@subsection Disable Change Mode Support of Root IMFS
    27092745
    27102746@findex CONFIGURE_IMFS_DISABLE_FCHMOD
     
    27322768@c === CONFIGURE_IMFS_DISABLE_UTIME ===
    27332769@c
    2734 @subsection Disable change times support of root IMFS
     2770@subsection Disable Change Times Support of Root IMFS
    27352771
    27362772@findex CONFIGURE_IMFS_DISABLE_UTIME
     
    27582794@c === CONFIGURE_IMFS_DISABLE_LINK ===
    27592795@c
    2760 @subsection Disable create hard link support of root IMFS
     2796@subsection Disable Create Hard Link Support of Root IMFS
    27612797
    27622798@findex CONFIGURE_IMFS_DISABLE_LINK
     
    27842820@c === CONFIGURE_IMFS_DISABLE_SYMLINK ===
    27852821@c
    2786 @subsection Disable create symbolic link support of root IMFS
     2822@subsection Disable Create Symbolic Link Support of Root IMFS
    27872823
    27882824@findex CONFIGURE_IMFS_DISABLE_SYMLINK
     
    28102846@c === CONFIGURE_IMFS_DISABLE_READLINK ===
    28112847@c
    2812 @subsection Disable read symbolic link support of root IMFS
     2848@subsection Disable Read Symbolic Link Support of Root IMFS
    28132849
    28142850@findex CONFIGURE_IMFS_DISABLE_READLINK
     
    28362872@c === CONFIGURE_IMFS_DISABLE_RENAME ===
    28372873@c
    2838 @subsection Disable rename support of root IMFS
     2874@subsection Disable Rename Support of Root IMFS
    28392875
    28402876@findex CONFIGURE_IMFS_DISABLE_RENAME
     
    28622898@c === CONFIGURE_IMFS_DISABLE_MOUNT ===
    28632899@c
    2864 @subsection Disable mount support of root IMFS
     2900@subsection Disable Mount Support of Root IMFS
    28652901
    28662902@findex CONFIGURE_IMFS_DISABLE_MOUNT
     
    28882924@c === CONFIGURE_IMFS_DISABLE_UNMOUNT ===
    28892925@c
    2890 @subsection Disable unmount support of root IMFS
     2926@subsection Disable Unmount Support of Root IMFS
    28912927
    28922928@findex CONFIGURE_IMFS_DISABLE_UNMOUNT
     
    29142950@c === CONFIGURE_IMFS_DISABLE_MKNOD ===
    29152951@c
    2916 @subsection Disable make nodes support of root IMFS
     2952@subsection Disable Make Nodes Support of Root IMFS
    29172953
    29182954@findex CONFIGURE_IMFS_DISABLE_MKNOD
     
    29402976@c === CONFIGURE_IMFS_DISABLE_RMNOD ===
    29412977@c
    2942 @subsection Disable remove nodes support of root IMFS
     2978@subsection Disable Remove Nodes Support of Root IMFS
    29432979
    29442980@findex CONFIGURE_IMFS_DISABLE_RMNOD
Note: See TracChangeset for help on using the changeset viewer.