Changeset 40a18d7f in rtems for doc


Ignore:
Timestamp:
02/13/15 20:11:55 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
249766c5
Parents:
12eee4fd
Message:

IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r12eee4fd r40a18d7f  
    29722972In case this configuration option is defined, then the support to make
    29732973directories, devices, regular files and FIFOs is disabled in the root IMFS.
     2974
     2975@c
     2976@c === CONFIGURE_IMFS_DISABLE_MKNOD_FILE ===
     2977@c
     2978@subsection Disable Make Files Support of Root IMFS
     2979
     2980@findex CONFIGURE_IMFS_DISABLE_MKNOD_FILE
     2981
     2982@table @b
     2983@item CONSTANT:
     2984@code{CONFIGURE_IMFS_DISABLE_MKNOD_FILE}
     2985
     2986@item DATA TYPE:
     2987Boolean feature macro.
     2988
     2989@item RANGE:
     2990Defined or undefined.
     2991
     2992@item DEFAULT VALUE:
     2993This is not defined by default.
     2994
     2995@end table
     2996
     2997@subheading DESCRIPTION:
     2998In case this configuration option is defined, then the support to make regular
     2999files is disabled in the root IMFS.
    29743000
    29753001@c
Note: See TracChangeset for help on using the changeset viewer.