From 03f494501c06895cb0c43b3c36e39f399dec80c0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 28 Feb 2026 22:18:14 +0100 Subject: [PATCH] cosmetics --- DOCUMENTATION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index c81bc52a..c08c9d90 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1474,8 +1474,8 @@ Default: `/etc/radicale/rights` _(>= 3.1.9)_ Global permission to delete complete collections. -* If `False` it can be explicitly granted per collection by `permissions: D` -* If `True` it can be explicitly forbidden per collection by `permissions: d` +* If `False` it can be explicitly granted per collection by *rights* permissions: `D` +* If `True` it can be explicitly forbidden per collection by *rights* permissions: `d` Default: `True` @@ -1484,8 +1484,8 @@ Default: `True` _(>= 3.3.0)_ Global permission to overwrite complete collections. -* If `False` it can be explicitly granted per collection by `permissions: O` -* If `True` it can be explicitly forbidden per collection by `permissions: o` +* If `False` it can be explicitly granted per collection by *rights* permissions: `O` +* If `True` it can be explicitly forbidden per collection by *rights* permissions: `o` Default: `True`