Changeset f785492 in rtems for doc


Ignore:
Timestamp:
02/14/15 19:07:19 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
a43a3466
Parents:
5640dd5
git-author:
Sebastian Huber <sebastian.huber@…> (02/14/15 19:07:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/14/15 20:34:42)
Message:

IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r5640dd5 rf785492  
    28942894In case this configuration option is defined, then the support to rename nodes
    28952895is disabled in the root IMFS.
     2896
     2897@c
     2898@c === CONFIGURE_IMFS_DISABLE_READDIR ===
     2899@c
     2900@subsection Disable Directory Read Support of Root IMFS
     2901
     2902@findex CONFIGURE_IMFS_DISABLE_READDIR
     2903
     2904@table @b
     2905@item CONSTANT:
     2906@code{CONFIGURE_IMFS_DISABLE_READDIR}
     2907
     2908@item DATA TYPE:
     2909Boolean feature macro.
     2910
     2911@item RANGE:
     2912Defined or undefined.
     2913
     2914@item DEFAULT VALUE:
     2915This is not defined by default.
     2916
     2917@end table
     2918
     2919@subheading DESCRIPTION:
     2920In case this configuration option is defined, then the support to read a
     2921directory is disabled in the root IMFS.  It is still possible to open nodes in
     2922a directory.
    28962923
    28972924@c
Note: See TracChangeset for help on using the changeset viewer.