From e9546dcec19b4402578c75b2028dce73c90b277c Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 31 Jul 2022 16:26:08 +0200 Subject: Add note about immutable groups to the dev docs GIT_SILENT --- DESIGN | 7 +++++-- 1 file 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. ------------------------------------------------------------------------------ -- cgit v1.2.1