aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-07-31 16:26:08 +0200
committerAhmad Samir <a.samirh78@gmail.com>2022-08-05 21:07:53 +0000
commite9546dcec19b4402578c75b2028dce73c90b277c (patch)
tree3fa60b1a044bcafc361ac598a817240b2c553c81
parentee80eec19ad6cfc207b7970e2e6080ea00335d96 (diff)
downloadkconfig-e9546dcec19b4402578c75b2028dce73c90b277c.tar.gz
kconfig-e9546dcec19b4402578c75b2028dce73c90b277c.tar.bz2
Add note about immutable groups to the dev docs
GIT_SILENT
-rw-r--r--DESIGN7
1 files changed, 5 insertions, 2 deletions
diff --git a/DESIGN b/DESIGN
index 0f4a590a..ca9df4f6 100644
--- a/DESIGN
+++ b/DESIGN
@@ -37,8 +37,11 @@ non-existent.
deleteEntry() will make the entry non-existent. If if the system administrator
has specified a default value, the local entry is marked with [$d].
-Entries are marked "immutable" if the key is followed by [$i]. This means
-that a user can not override these entries.
+Entries are marked "immutable" if the key is followed by [$i] (e.g. 'key[$i]=value');
+groups are marked "immutable" if the group is followed by [$i] (.e.g '[GroupName][$i]').
+An "immutable" entry/group cannot be overriden by the user.
+
+For more details see docs/options.md.
------------------------------------------------------------------------------