summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 21:26:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 21:26:17 +0100
commit249766c53f973dec8e118a441001f4f17f7ca8bc (patch)
treec02356f25b7f59a894ed5d0778675a321e51cae6 /doc/user/conf.t
parentIMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILE (diff)
downloadrtems-249766c53f973dec8e118a441001f4f17f7ca8bc.tar.bz2
IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD
Rename CONFIGURE_IMFS_DISABLE_FCHMOD to CONFIGURE_IMFS_DISABLE_CHMOD.
Diffstat (limited to '')
-rw-r--r--doc/user/conf.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 64d37ad902..f6b203f73b 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -2702,7 +2702,7 @@ This is not defined by default.
In case this configuration option is defined, then the following configuration
options will be defined as well
@itemize @bullet
-@item @code{CONFIGURE_IMFS_DISABLE_FCHMOD},
+@item @code{CONFIGURE_IMFS_DISABLE_CHMOD},
@item @code{CONFIGURE_IMFS_DISABLE_CHOWN},
@item @code{CONFIGURE_IMFS_DISABLE_UTIME},
@item @code{CONFIGURE_IMFS_DISABLE_LINK},
@@ -2739,15 +2739,15 @@ In case this configuration option is defined, then the support to change the
owner is disabled in the root IMFS.
@c
-@c === CONFIGURE_IMFS_DISABLE_FCHMOD ===
+@c === CONFIGURE_IMFS_DISABLE_CHMOD ===
@c
@subsection Disable Change Mode Support of Root IMFS
-@findex CONFIGURE_IMFS_DISABLE_FCHMOD
+@findex CONFIGURE_IMFS_DISABLE_CHMOD
@table @b
@item CONSTANT:
-@code{CONFIGURE_IMFS_DISABLE_FCHMOD}
+@code{CONFIGURE_IMFS_DISABLE_CHMOD}
@item DATA TYPE:
Boolean feature macro.